Html Css Color HEX #BD3617 Harley Davidson Orange

📋 copy color: '#BD3617'

red 189 ◦ green 54 ◦ blue 23

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

Shades of Harley Davidson Orange #BD3617

Tints of Harley Davidson Orange #BD3617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 71.05%
G = 20.3%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD3617 (or 0xBD3617) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 17. RGB value is (189,54,23). Sum of RGB (Red+Green+Blue) = 189+54+23=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3617 is #42C9E8. Grayscale: #5B5B5B. Windows color (decimal): -4377065 or 1521341. OLE color: 1521341.

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

Color convert

RGB 189 54 23 -
CMYK 0 0.71 0.88 0.26
HSL 11.2º 0.78% 0.42% -
HSV(B) 11.2º 0.88% 0.74% -
XYZ 22.46 13.52 2.24 -
YUV 90.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 189 54 23 0 0.71 0.88 0.26 11.2 0.78 0.42
Hex BD 36 17 0 47 58 1A B 4E 2A
Octal 275 66 27 0 107 130 32 13 116 52
Binary 10111101 110110 10111 0 1000111 1011000 11010 1011 1001110 101010

Color Harmonies of #BD3617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3617

Black with #BD3617

Text Example


Text Example

White with #BD3617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3617; }

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

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

background-color css

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

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

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

border-color css

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

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

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