Html Css Color HEX #BD3718 Harley Davidson Orange

📋 copy color: '#BD3718'

red 189 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #BD3718

Tints of Harley Davidson Orange #BD3718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 70.52%
G = 20.52%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD3718 (or 0xBD3718) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 18. RGB value is (189,55,24). Sum of RGB (Red+Green+Blue) = 189+55+24=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3718 is #42C8E7. Grayscale: #5B5B5B. Windows color (decimal): -4376808 or 1587133. OLE color: 1587133.

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

Color convert

RGB 189 55 24 -
CMYK 0 0.71 0.87 0.26
HSL 11.27º 0.77% 0.42% -
HSV(B) 11.27º 0.87% 0.74% -
XYZ 22.52 13.62 2.31 -
YUV 91.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 189 55 24 0 0.71 0.87 0.26 11.27 0.77 0.42
Hex BD 37 18 0 47 57 1A B 4D 2A
Octal 275 67 30 0 107 127 32 13 115 52
Binary 10111101 110111 11000 0 1000111 1010111 11010 1011 1001101 101010

Color Harmonies of #BD3718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3718

Black with #BD3718

Text Example


Text Example

White with #BD3718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3718; }

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

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

background-color css

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

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

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

border-color css

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

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

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