Html Css Color HEX #B82D14 Harley Davidson Orange

📋 copy color: '#B82D14'

red 184 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #B82D14

Tints of Harley Davidson Orange #B82D14

RGB

 RED value IS 184 (72.27% from 255) = 73.9%

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 73.9%
G = 18.07%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B82D14 (or 0xB82D14) is known color: Harley Davidson Orange. HEX triplet: B8, 2D and 14. RGB value is (184,45,20). Sum of RGB (Red+Green+Blue) = 184+45+20=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82D14 is #47D2EB. Grayscale: #535353. Windows color (decimal): -4707052 or 1322424. OLE color: 1322424.

HSL color Cylindrical-coordinate representation of color #B82D14: hue angle of 9.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82D14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 45 20 -
CMYK 0 0.76 0.89 0.28
HSL 9.15º 0.8% 0.4% -
HSV(B) 9.15º 0.89% 0.72% -
XYZ 20.83 12.12 1.9 -
YUV 83.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 184 45 20 0 0.76 0.89 0.28 9.15 0.8 0.4
Hex B8 2D 14 0 4C 59 1C 9 50 28
Octal 270 55 24 0 114 131 34 11 120 50
Binary 10111000 101101 10100 0 1001100 1011001 11100 1001 1010000 101000

Color Harmonies of #B82D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D14

Black with #B82D14

Text Example


Text Example

White with #B82D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D14; }

 p { color: rgb(184,45,20); }

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

background-color css

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

 a { background-color: rgb(184,45,20); }

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

border-color css

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

 span { border-color: rgb(184,45,20); }

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