Html Css Color HEX #BC2F0B Harley Davidson Orange

📋 copy color: '#BC2F0B'

red 188 ◦ green 47 ◦ blue 11

#BC2F0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BC2F0B

Tints of Harley Davidson Orange #BC2F0B

RGB

 RED value IS 188 (73.83% from 255) = 76.42%

 GREEN value IS 47 (18.75% from 255) = 19.11%

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 76.42%
G = 19.11%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC2F0B (or 0xBC2F0B) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 0B. RGB value is (188,47,11). Sum of RGB (Red+Green+Blue) = 188+47+11=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F0B is #43D0F4. Grayscale: #555555. Windows color (decimal): -4444405 or 733116. OLE color: 733116.

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

Color convert

RGB 188 47 11 -
CMYK 0 0.75 0.94 0.26
HSL 12.2º 0.89% 0.39% -
HSV(B) 12.2º 0.94% 0.74% -
XYZ 21.82 12.75 1.63 -
YUV 85.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 188 47 11 0 0.75 0.94 0.26 12.2 0.89 0.39
Hex BC 2F B 0 4B 5E 1A C 59 27
Octal 274 57 13 0 113 136 32 14 131 47
Binary 10111100 101111 1011 0 1001011 1011110 11010 1100 1011001 100111

Color Harmonies of #BC2F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F0B

Black with #BC2F0B

Text Example


Text Example

White with #BC2F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F0B; }

 p { color: rgb(188,47,11); }

 H1.HeaderClassName
 {
   color: #BC2F0B;
 }
 .AnyTagClassName
 {
   color: #BC2F0B;
 }
</style>

background-color css

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

 a { background-color: rgb(188,47,11); }

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

border-color css

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

 span { border-color: rgb(188,47,11); }

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