Html Css Color HEX #B82000 Harley Davidson Orange

📋 copy color: '#B82000'

red 184 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #B82000

Tints of Harley Davidson Orange #B82000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.19%
G = 14.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B82000 (or 0xB82000) is known color: Harley Davidson Orange. HEX triplet: B8, 20 and 00. RGB value is (184,32,0). Sum of RGB (Red+Green+Blue) = 184+32+0=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B82000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82000 is #47DFFF. Grayscale: #4A4A4A. Windows color (decimal): -4710400 or 8376. OLE color: 8376.

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

Color convert

RGB 184 32 0 -
CMYK 0 0.83 1 0.28
HSL 10.43º 1% 0.36% -
HSV(B) 10.43º 1% 0.72% -
XYZ 20.28 11.22 1.1 -
YUV 73.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 184 32 0 0 0.83 1 0.28 10.43 1 0.36
Hex B8 20 0 0 53 64 1C A 64 24
Octal 270 40 0 0 123 144 34 12 144 44
Binary 10111000 100000 0 0 1010011 1100100 11100 1010 1100100 100100

Color Harmonies of #B82000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82000

Black with #B82000

Text Example


Text Example

White with #B82000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82000; }

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

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

background-color css

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

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

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

border-color css

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

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

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