Html Css Color HEX #BD2006 Harley Davidson Orange

📋 copy color: '#BD2006'

red 189 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #BD2006

Tints of Harley Davidson Orange #BD2006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 83.26%
G = 14.1%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD2006 (or 0xBD2006) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 06. RGB value is (189,32,6). Sum of RGB (Red+Green+Blue) = 189+32+6=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2006 is #42DFF9. Grayscale: #4C4C4C. Windows color (decimal): -4382714 or 401597. OLE color: 401597.

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

Color convert

RGB 189 32 6 -
CMYK 0 0.83 0.97 0.26
HSL 8.52º 0.94% 0.38% -
HSV(B) 8.52º 0.97% 0.74% -
XYZ 21.54 11.86 1.33 -
YUV 75.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 189 32 6 0 0.83 0.97 0.26 8.52 0.94 0.38
Hex BD 20 6 0 53 61 1A 9 5E 26
Octal 275 40 6 0 123 141 32 11 136 46
Binary 10111101 100000 110 0 1010011 1100001 11010 1001 1011110 100110

Color Harmonies of #BD2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2006

Black with #BD2006

Text Example


Text Example

White with #BD2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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