Html Css Color HEX #BD290B Harley Davidson Orange

📋 copy color: '#BD290B'

red 189 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #BD290B

Tints of Harley Davidson Orange #BD290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 78.42%
G = 17.01%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD290B (or 0xBD290B) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 0B. RGB value is (189,41,11). Sum of RGB (Red+Green+Blue) = 189+41+11=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD290B is #42D6F4. Grayscale: #525252. Windows color (decimal): -4380405 or 731581. OLE color: 731581.

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

Color convert

RGB 189 41 11 -
CMYK 0 0.78 0.94 0.26
HSL 10.11º 0.89% 0.39% -
HSV(B) 10.11º 0.94% 0.74% -
XYZ 21.84 12.43 1.56 -
YUV 81.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 189 41 11 0 0.78 0.94 0.26 10.11 0.89 0.39
Hex BD 29 B 0 4E 5E 1A A 59 27
Octal 275 51 13 0 116 136 32 12 131 47
Binary 10111101 101001 1011 0 1001110 1011110 11010 1010 1011001 100111

Color Harmonies of #BD290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD290B

Black with #BD290B

Text Example


Text Example

White with #BD290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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