Html Css Color HEX #BD3917 Harley Davidson Orange

📋 copy color: '#BD3917'

red 189 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #BD3917

Tints of Harley Davidson Orange #BD3917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

 BLUE value IS 23 (9.38% from 255) = 8.55%

R = 70.26%
G = 21.19%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD3917 (or 0xBD3917) is known color: Harley Davidson Orange. HEX triplet: BD, 39 and 17. RGB value is (189,57,23). Sum of RGB (Red+Green+Blue) = 189+57+23=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3917 is #42C6E8. Grayscale: #5C5C5C. Windows color (decimal): -4376297 or 1522109. OLE color: 1522109.

HSL color Cylindrical-coordinate representation of color #BD3917: hue angle of 12.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3917 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 23 -
CMYK 0 0.70 0.88 0.26
HSL 12.29º 0.78% 0.42% -
HSV(B) 12.29º 0.88% 0.74% -
XYZ 22.6 13.81 2.28 -
YUV 92.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 189 57 23 0 0.70 0.88 0.26 12.29 0.78 0.42
Hex BD 39 17 0 46 58 1A C 4E 2A
Octal 275 71 27 0 106 130 32 14 116 52
Binary 10111101 111001 10111 0 1000110 1011000 11010 1100 1001110 101010

Color Harmonies of #BD3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3917

Black with #BD3917

Text Example


Text Example

White with #BD3917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3917; }

 p { color: rgb(189,57,23); }

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

background-color css

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

 a { background-color: rgb(189,57,23); }

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

border-color css

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

 span { border-color: rgb(189,57,23); }

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