Html Css Color HEX #BD2004 Harley Davidson Orange

📋 copy color: '#BD2004'

red 189 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #BD2004

Tints of Harley Davidson Orange #BD2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 84%
G = 14.22%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD2004 (or 0xBD2004) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 04. RGB value is (189,32,4). Sum of RGB (Red+Green+Blue) = 189+32+4=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2004 is #42DFFB. Grayscale: #4C4C4C. Windows color (decimal): -4382716 or 270525. OLE color: 270525.

HSL color Cylindrical-coordinate representation of color #BD2004: hue angle of 9.08º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2004 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 4 -
CMYK 0 0.83 0.98 0.26
HSL 9.08º 0.96% 0.38% -
HSV(B) 9.08º 0.98% 0.74% -
XYZ 21.52 11.86 1.27 -
YUV 75.75 87.51 208.78 -
System Red Green Blue C M Y K H S L
Decimal 189 32 4 0 0.83 0.98 0.26 9.08 0.96 0.38
Hex BD 20 4 0 53 62 1A 9 60 26
Octal 275 40 4 0 123 142 32 11 140 46
Binary 10111101 100000 100 0 1010011 1100010 11010 1001 1100000 100110

Color Harmonies of #BD2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2004

Black with #BD2004

Text Example


Text Example

White with #BD2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2004; }

 p { color: rgb(189,32,4); }

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

background-color css

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

 a { background-color: rgb(189,32,4); }

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

border-color css

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

 span { border-color: rgb(189,32,4); }

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