Html Css Color HEX #BD2308 Harley Davidson Orange

📋 copy color: '#BD2308'

red 189 ◦ green 35 ◦ blue 8

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

Shades of Harley Davidson Orange #BD2308

Tints of Harley Davidson Orange #BD2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 81.47%
G = 15.09%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD2308 (or 0xBD2308) is known color: Harley Davidson Orange. HEX triplet: BD, 23 and 08. RGB value is (189,35,8). Sum of RGB (Red+Green+Blue) = 189+35+8=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2308 is #42DCF7. Grayscale: #4E4E4E. Windows color (decimal): -4381944 or 533437. OLE color: 533437.

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

Color convert

RGB 189 35 8 -
CMYK 0 0.81 0.96 0.26
HSL 8.95º 0.92% 0.39% -
HSV(B) 8.95º 0.96% 0.74% -
XYZ 21.63 12.04 1.41 -
YUV 77.97 88.52 207.2 -
System Red Green Blue C M Y K H S L
Decimal 189 35 8 0 0.81 0.96 0.26 8.95 0.92 0.39
Hex BD 23 8 0 51 60 1A 9 5C 27
Octal 275 43 10 0 121 140 32 11 134 47
Binary 10111101 100011 1000 0 1010001 1100000 11010 1001 1011100 100111

Color Harmonies of #BD2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2308

Black with #BD2308

Text Example


Text Example

White with #BD2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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