Html Css Color HEX #B82001 Harley Davidson Orange

📋 copy color: '#B82001'

red 184 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #B82001

Tints of Harley Davidson Orange #B82001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 84.79%
G = 14.75%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B82001 (or 0xB82001) is known color: Harley Davidson Orange. HEX triplet: B8, 20 and 01. RGB value is (184,32,1). Sum of RGB (Red+Green+Blue) = 184+32+1=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B82001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82001 is #47DFFE. Grayscale: #4A4A4A. Windows color (decimal): -4710399 or 73912. OLE color: 73912.

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

Color convert

RGB 184 32 1 -
CMYK 0 0.83 0.99 0.28
HSL 10.16º 0.99% 0.36% -
HSV(B) 10.16º 0.99% 0.72% -
XYZ 20.29 11.23 1.13 -
YUV 73.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 184 32 1 0 0.83 0.99 0.28 10.16 0.99 0.36
Hex B8 20 1 0 53 63 1C A 63 24
Octal 270 40 1 0 123 143 34 12 143 44
Binary 10111000 100000 1 0 1010011 1100011 11100 1010 1100011 100100

Color Harmonies of #B82001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82001

Black with #B82001

Text Example


Text Example

White with #B82001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82001; }

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

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

background-color css

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

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

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

border-color css

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

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

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