Html Css Color HEX #BD2F0B Harley Davidson Orange

📋 copy color: '#BD2F0B'

red 189 ◦ green 47 ◦ blue 11

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

Shades of Harley Davidson Orange #BD2F0B

Tints of Harley Davidson Orange #BD2F0B

RGB

 RED value IS 189 (74.22% from 255) = 76.52%

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

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

R = 76.52%
G = 19.03%
B = 4.45%

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

#BD2F0B (or 0xBD2F0B) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 0B. RGB value is (189,47,11). Sum of RGB (Red+Green+Blue) = 189+47+11=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F0B is #42D0F4. Grayscale: #555555. Windows color (decimal): -4378869 or 733117. OLE color: 733117.

HSL color Cylindrical-coordinate representation of color #BD2F0B: hue angle of 12.13º 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 #BD2F0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 11 -
CMYK 0 0.75 0.94 0.26
HSL 12.13º 0.89% 0.39% -
HSV(B) 12.13º 0.94% 0.74% -
XYZ 22.06 12.88 1.64 -
YUV 85.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 189 47 11 0 0.75 0.94 0.26 12.13 0.89 0.39
Hex BD 2F B 0 4B 5E 1A C 59 27
Octal 275 57 13 0 113 136 32 14 131 47
Binary 10111101 101111 1011 0 1001011 1011110 11010 1100 1011001 100111

Color Harmonies of #BD2F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F0B

Black with #BD2F0B

Text Example


Text Example

White with #BD2F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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