Html Css Color HEX #B82801 Harley Davidson Orange

📋 copy color: '#B82801'

red 184 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #B82801

Tints of Harley Davidson Orange #B82801

RGB

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

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

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

R = 81.78%
G = 17.78%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B82801 (or 0xB82801) is known color: Harley Davidson Orange. HEX triplet: B8, 28 and 01. RGB value is (184,40,1). Sum of RGB (Red+Green+Blue) = 184+40+1=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B82801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82801 is #47D7FE. Grayscale: #4E4E4E. Windows color (decimal): -4708351 or 75960. OLE color: 75960.

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

Color convert

RGB 184 40 1 -
CMYK 0 0.78 0.99 0.28
HSL 12.79º 0.99% 0.36% -
HSV(B) 12.79º 0.99% 0.72% -
XYZ 20.53 11.71 1.21 -
YUV 78.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 184 40 1 0 0.78 0.99 0.28 12.79 0.99 0.36
Hex B8 28 1 0 4E 63 1C D 63 24
Octal 270 50 1 0 116 143 34 15 143 44
Binary 10111000 101000 1 0 1001110 1100011 11100 1101 1100011 100100

Color Harmonies of #B82801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82801

Black with #B82801

Text Example


Text Example

White with #B82801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82801; }

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

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

background-color css

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

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

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

border-color css

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

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

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