Html Css Color HEX #BD3513 Harley Davidson Orange

📋 copy color: '#BD3513'

red 189 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #BD3513

Tints of Harley Davidson Orange #BD3513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 72.41%
G = 20.31%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD3513 (or 0xBD3513) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 13. RGB value is (189,53,19). Sum of RGB (Red+Green+Blue) = 189+53+19=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3513 is #42CAEC. Grayscale: #5A5A5A. Windows color (decimal): -4377325 or 1258941. OLE color: 1258941.

HSL color Cylindrical-coordinate representation of color #BD3513: hue angle of 12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD3513 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 19 -
CMYK 0 0.72 0.90 0.26
HSL 12º 0.82% 0.41% -
HSV(B) 12º 0.9% 0.74% -
XYZ 22.38 13.41 2.03 -
YUV 89.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 189 53 19 0 0.72 0.90 0.26 12 0.82 0.41
Hex BD 35 13 0 48 5A 1A C 52 29
Octal 275 65 23 0 110 132 32 14 122 51
Binary 10111101 110101 10011 0 1001000 1011010 11010 1100 1010010 101001

Color Harmonies of #BD3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3513

Black with #BD3513

Text Example


Text Example

White with #BD3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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