Html Css Color HEX #BD2D06 Harley Davidson Orange

📋 copy color: '#BD2D06'

red 189 ◦ green 45 ◦ blue 6

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

Shades of Harley Davidson Orange #BD2D06

Tints of Harley Davidson Orange #BD2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 78.75%
G = 18.75%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD2D06 (or 0xBD2D06) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 06. RGB value is (189,45,6). Sum of RGB (Red+Green+Blue) = 189+45+6=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D06 is #42D2F9. Grayscale: #535353. Windows color (decimal): -4379386 or 404925. OLE color: 404925.

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

Color convert

RGB 189 45 6 -
CMYK 0 0.76 0.97 0.26
HSL 12.79º 0.94% 0.38% -
HSV(B) 12.79º 0.97% 0.74% -
XYZ 21.96 12.71 1.47 -
YUV 83.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 189 45 6 0 0.76 0.97 0.26 12.79 0.94 0.38
Hex BD 2D 6 0 4C 61 1A D 5E 26
Octal 275 55 6 0 114 141 32 15 136 46
Binary 10111101 101101 110 0 1001100 1100001 11010 1101 1011110 100110

Color Harmonies of #BD2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D06

Black with #BD2D06

Text Example


Text Example

White with #BD2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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