Html Css Color HEX #BD3511 Harley Davidson Orange

📋 copy color: '#BD3511'

red 189 ◦ green 53 ◦ blue 17

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

Shades of Harley Davidson Orange #BD3511

Tints of Harley Davidson Orange #BD3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 72.97%
G = 20.46%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD3511 (or 0xBD3511) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 11. RGB value is (189,53,17). Sum of RGB (Red+Green+Blue) = 189+53+17=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3511 is #42CAEE. Grayscale: #595959. Windows color (decimal): -4377327 or 1127869. OLE color: 1127869.

HSL color Cylindrical-coordinate representation of color #BD3511: hue angle of 12.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD3511 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 17 -
CMYK 0 0.72 0.91 0.26
HSL 12.56º 0.83% 0.4% -
HSV(B) 12.56º 0.91% 0.74% -
XYZ 22.36 13.41 1.94 -
YUV 89.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 189 53 17 0 0.72 0.91 0.26 12.56 0.83 0.4
Hex BD 35 11 0 48 5B 1A D 53 28
Octal 275 65 21 0 110 133 32 15 123 50
Binary 10111101 110101 10001 0 1001000 1011011 11010 1101 1010011 101000

Color Harmonies of #BD3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3511

Black with #BD3511

Text Example


Text Example

White with #BD3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3511; }

 p { color: rgb(189,53,17); }

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

background-color css

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

 a { background-color: rgb(189,53,17); }

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

border-color css

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

 span { border-color: rgb(189,53,17); }

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