Html Css Color HEX #BD2808 Harley Davidson Orange

📋 copy color: '#BD2808'

red 189 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #BD2808

Tints of Harley Davidson Orange #BD2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 79.75%
G = 16.88%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD2808 (or 0xBD2808) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 08. RGB value is (189,40,8). Sum of RGB (Red+Green+Blue) = 189+40+8=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2808 is #42D7F7. Grayscale: #515151. Windows color (decimal): -4380664 or 534717. OLE color: 534717.

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

Color convert

RGB 189 40 8 -
CMYK 0 0.79 0.96 0.26
HSL 10.61º 0.92% 0.39% -
HSV(B) 10.61º 0.96% 0.74% -
XYZ 21.79 12.35 1.47 -
YUV 80.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 189 40 8 0 0.79 0.96 0.26 10.61 0.92 0.39
Hex BD 28 8 0 4F 60 1A B 5C 27
Octal 275 50 10 0 117 140 32 13 134 47
Binary 10111101 101000 1000 0 1001111 1100000 11010 1011 1011100 100111

Color Harmonies of #BD2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2808

Black with #BD2808

Text Example


Text Example

White with #BD2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2808; }

 p { color: rgb(189,40,8); }

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

background-color css

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

 a { background-color: rgb(189,40,8); }

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

border-color css

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

 span { border-color: rgb(189,40,8); }

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