#BF230B

Color #BF230B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BF230B

Tints of Harley Davidson Orange #BF230B

Color information

#BF230B (or 0xBF230B) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 23 and 0B. RGB value is (191,35,11). Sum of RGB (Red+Green+Blue) = 191+35+11=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF230B is #40DCF4. Grayscale: #4F4F4F. Windows color (decimal): -4250869 or 730047. OLE color: 730047.

HSL color Cylindrical-coordinate representation of color #BF230B: hue angle of 8º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF230B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1913511-
CMYK00.820.940.25
HSL89.11%39.61%-
HSV(B)94.24%74.9%-
XYZ22.1512.31.52-
YUV78.9189.68207.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 80.59%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 11 (4.69% from 255) = 4.64%
R=80.59%
G=14.77%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191351100.820.940.25889.1139.61
HexBF23B0525E1985928
Octal27743130122136311013150
Binary1011111110001110110101001010111101100110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF230B; }

 p { color: rgb(191,35,11); }

 H1.HeaderClassName
 {
   color: #BF230B;
 }
 .AnyTagClassName
 {
   color: #BF230B;
 }
</style>
background-color css

<style>
 a { background-color: #BF230B; }

 a { background-color: rgb(191,35,11); }

 div.DivClassName
 {
   background-color: #BF230B;
 }
 .BgClassName
 {
   background-color: #BF230B;
 }
</style>
border-color css

<style>
 span { border-color: #BF230B; }

 span { border-color: rgb(191,35,11); }

 td.TdClassName
 {
   border-color: #BF230B;
 }
 .TagClassName
 {
   border-color: #BF230B;
 }
</style>