Html Css Color HEX #B82811 Harley Davidson Orange

📋 copy color: '#B82811'

red 184 ◦ green 40 ◦ blue 17

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

Shades of Harley Davidson Orange #B82811

Tints of Harley Davidson Orange #B82811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 76.35%
G = 16.6%
B = 7.05%

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

#B82811 (or 0xB82811) is known color: Harley Davidson Orange. HEX triplet: B8, 28 and 11. RGB value is (184,40,17). Sum of RGB (Red+Green+Blue) = 184+40+17=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B82811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82811 is #47D7EE. Grayscale: #505050. Windows color (decimal): -4708335 or 1124536. OLE color: 1124536.

HSL color Cylindrical-coordinate representation of color #B82811: hue angle of 8.26º degrees, saturation: 0.83, 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 #B82811 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 17 -
CMYK 0 0.78 0.91 0.28
HSL 8.26º 0.83% 0.39% -
HSV(B) 8.26º 0.91% 0.72% -
XYZ 20.63 11.75 1.71 -
YUV 80.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 184 40 17 0 0.78 0.91 0.28 8.26 0.83 0.39
Hex B8 28 11 0 4E 5B 1C 8 53 27
Octal 270 50 21 0 116 133 34 10 123 47
Binary 10111000 101000 10001 0 1001110 1011011 11100 1000 1010011 100111

Color Harmonies of #B82811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82811

Black with #B82811

Text Example


Text Example

White with #B82811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82811; }

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

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

background-color css

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

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

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

border-color css

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

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

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