Html Css Color HEX #B82004 Harley Davidson Orange

📋 copy color: '#B82004'

red 184 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #B82004

Tints of Harley Davidson Orange #B82004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 83.64%
G = 14.55%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B82004 (or 0xB82004) is known color: Harley Davidson Orange. HEX triplet: B8, 20 and 04. RGB value is (184,32,4). Sum of RGB (Red+Green+Blue) = 184+32+4=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B82004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82004 is #47DFFB. Grayscale: #4A4A4A. Windows color (decimal): -4710396 or 270520. OLE color: 270520.

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

Color convert

RGB 184 32 4 -
CMYK 0 0.83 0.98 0.28
HSL 9.33º 0.96% 0.37% -
HSV(B) 9.33º 0.98% 0.72% -
XYZ 20.31 11.23 1.21 -
YUV 74.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 184 32 4 0 0.83 0.98 0.28 9.33 0.96 0.37
Hex B8 20 4 0 53 62 1C 9 60 25
Octal 270 40 4 0 123 142 34 11 140 45
Binary 10111000 100000 100 0 1010011 1100010 11100 1001 1100000 100101

Color Harmonies of #B82004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82004

Black with #B82004

Text Example


Text Example

White with #B82004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82004; }

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

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

background-color css

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

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

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

border-color css

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

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

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