Html Css Color HEX #BD3717 Harley Davidson Orange

📋 copy color: '#BD3717'

red 189 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #BD3717

Tints of Harley Davidson Orange #BD3717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 70.79%
G = 20.6%
B = 8.61%

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

#BD3717 (or 0xBD3717) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 17. RGB value is (189,55,23). Sum of RGB (Red+Green+Blue) = 189+55+23=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3717 is #42C8E8. Grayscale: #5B5B5B. Windows color (decimal): -4376809 or 1521597. OLE color: 1521597.

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

Color convert

RGB 189 55 23 -
CMYK 0 0.71 0.88 0.26
HSL 11.57º 0.78% 0.42% -
HSV(B) 11.57º 0.88% 0.74% -
XYZ 22.51 13.61 2.25 -
YUV 91.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 189 55 23 0 0.71 0.88 0.26 11.57 0.78 0.42
Hex BD 37 17 0 47 58 1A C 4E 2A
Octal 275 67 27 0 107 130 32 14 116 52
Binary 10111101 110111 10111 0 1000111 1011000 11010 1100 1001110 101010

Color Harmonies of #BD3717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3717

Black with #BD3717

Text Example


Text Example

White with #BD3717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3717; }

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

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

background-color css

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

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

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

border-color css

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

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

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