Html Css Color HEX #BD3115 Harley Davidson Orange

📋 copy color: '#BD3115'

red 189 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #BD3115

Tints of Harley Davidson Orange #BD3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 72.97%
G = 18.92%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3115 (or 0xBD3115) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 15. RGB value is (189,49,21). Sum of RGB (Red+Green+Blue) = 189+49+21=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3115 is #42CEEA. Grayscale: #575757. Windows color (decimal): -4378347 or 1388989. OLE color: 1388989.

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

Color convert

RGB 189 49 21 -
CMYK 0 0.74 0.89 0.26
HSL 10º 0.8% 0.41% -
HSV(B) 10º 0.89% 0.74% -
XYZ 22.22 13.07 2.06 -
YUV 87.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 189 49 21 0 0.74 0.89 0.26 10 0.8 0.41
Hex BD 31 15 0 4A 59 1A A 50 29
Octal 275 61 25 0 112 131 32 12 120 51
Binary 10111101 110001 10101 0 1001010 1011001 11010 1010 1010000 101001

Color Harmonies of #BD3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3115

Black with #BD3115

Text Example


Text Example

White with #BD3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3115; }

 p { color: rgb(189,49,21); }

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

background-color css

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

 a { background-color: rgb(189,49,21); }

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

border-color css

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

 span { border-color: rgb(189,49,21); }

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