Html Css Color HEX #BD3206 Harley Davidson Orange

📋 copy color: '#BD3206'

red 189 ◦ green 50 ◦ blue 6

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

Shades of Harley Davidson Orange #BD3206

Tints of Harley Davidson Orange #BD3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 77.14%
G = 20.41%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3206 (or 0xBD3206) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 06. RGB value is (189,50,6). Sum of RGB (Red+Green+Blue) = 189+50+6=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3206 is #42CDF9. Grayscale: #565656. Windows color (decimal): -4378106 or 406205. OLE color: 406205.

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

Color convert

RGB 189 50 6 -
CMYK 0 0.74 0.97 0.26
HSL 14.43º 0.94% 0.38% -
HSV(B) 14.43º 0.97% 0.74% -
XYZ 22.16 13.11 1.54 -
YUV 86.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 189 50 6 0 0.74 0.97 0.26 14.43 0.94 0.38
Hex BD 32 6 0 4A 61 1A E 5E 26
Octal 275 62 6 0 112 141 32 16 136 46
Binary 10111101 110010 110 0 1001010 1100001 11010 1110 1011110 100110

Color Harmonies of #BD3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3206

Black with #BD3206

Text Example


Text Example

White with #BD3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3206; }

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

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

background-color css

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

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

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

border-color css

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

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

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