Html Css Color HEX #B82005 Harley Davidson Orange

📋 copy color: '#B82005'

red 184 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #B82005

Tints of Harley Davidson Orange #B82005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 83.26%
G = 14.48%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B82005 (or 0xB82005) is known color: Harley Davidson Orange. HEX triplet: B8, 20 and 05. RGB value is (184,32,5). Sum of RGB (Red+Green+Blue) = 184+32+5=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B82005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82005 is #47DFFA. Grayscale: #4A4A4A. Windows color (decimal): -4710395 or 336056. OLE color: 336056.

HSL color Cylindrical-coordinate representation of color #B82005: hue angle of 9.05º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B82005 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 5 -
CMYK 0 0.83 0.97 0.28
HSL 9.05º 0.95% 0.37% -
HSV(B) 9.05º 0.97% 0.72% -
XYZ 20.31 11.23 1.24 -
YUV 74.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 184 32 5 0 0.83 0.97 0.28 9.05 0.95 0.37
Hex B8 20 5 0 53 61 1C 9 5F 25
Octal 270 40 5 0 123 141 34 11 137 45
Binary 10111000 100000 101 0 1010011 1100001 11100 1001 1011111 100101

Color Harmonies of #B82005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82005

Black with #B82005

Text Example


Text Example

White with #B82005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82005; }

 p { color: rgb(184,32,5); }

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

background-color css

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

 a { background-color: rgb(184,32,5); }

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

border-color css

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

 span { border-color: rgb(184,32,5); }

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