Html Css Color HEX #B82810 Harley Davidson Orange

📋 copy color: '#B82810'

red 184 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #B82810

Tints of Harley Davidson Orange #B82810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 76.67%
G = 16.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82810 (or 0xB82810) is known color: Harley Davidson Orange. HEX triplet: B8, 28 and 10. RGB value is (184,40,16). Sum of RGB (Red+Green+Blue) = 184+40+16=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B82810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82810 is #47D7EF. Grayscale: #505050. Windows color (decimal): -4708336 or 1059000. OLE color: 1059000.

HSL color Cylindrical-coordinate representation of color #B82810: hue angle of 8.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B82810 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 16 -
CMYK 0 0.78 0.91 0.28
HSL 8.57º 0.84% 0.39% -
HSV(B) 8.57º 0.91% 0.72% -
XYZ 20.62 11.75 1.67 -
YUV 80.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 184 40 16 0 0.78 0.91 0.28 8.57 0.84 0.39
Hex B8 28 10 0 4E 5B 1C 9 54 27
Octal 270 50 20 0 116 133 34 11 124 47
Binary 10111000 101000 10000 0 1001110 1011011 11100 1001 1010100 100111

Color Harmonies of #B82810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82810

Black with #B82810

Text Example


Text Example

White with #B82810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82810; }

 p { color: rgb(184,40,16); }

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

background-color css

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

 a { background-color: rgb(184,40,16); }

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

border-color css

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

 span { border-color: rgb(184,40,16); }

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