Html Css Color HEX #BD3116 Harley Davidson Orange

📋 copy color: '#BD3116'

red 189 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #BD3116

Tints of Harley Davidson Orange #BD3116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 72.69%
G = 18.85%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD3116 (or 0xBD3116) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 16. RGB value is (189,49,22). Sum of RGB (Red+Green+Blue) = 189+49+22=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3116 is #42CEE9. Grayscale: #585858. Windows color (decimal): -4378346 or 1454525. OLE color: 1454525.

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

Color convert

RGB 189 49 22 -
CMYK 0 0.74 0.88 0.26
HSL 9.7º 0.79% 0.41% -
HSV(B) 9.7º 0.88% 0.74% -
XYZ 22.23 13.07 2.11 -
YUV 87.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 189 49 22 0 0.74 0.88 0.26 9.7 0.79 0.41
Hex BD 31 16 0 4A 58 1A A 4F 29
Octal 275 61 26 0 112 130 32 12 117 51
Binary 10111101 110001 10110 0 1001010 1011000 11010 1010 1001111 101001

Color Harmonies of #BD3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3116

Black with #BD3116

Text Example


Text Example

White with #BD3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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