Html Css Color HEX #B81E00 Harley Davidson Orange

📋 copy color: '#B81E00'

red 184 ◦ green 30 ◦ blue 0

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

Shades of Harley Davidson Orange #B81E00

Tints of Harley Davidson Orange #B81E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 85.98%
G = 14.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B81E00 (or 0xB81E00) is known color: Harley Davidson Orange. HEX triplet: B8, 1E and 00. RGB value is (184,30,0). Sum of RGB (Red+Green+Blue) = 184+30+0=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E00 is #47E1FF. Grayscale: #484848. Windows color (decimal): -4710912 or 7864. OLE color: 7864.

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

Color convert

RGB 184 30 0 -
CMYK 0 0.84 1 0.28
HSL 9.78º 1% 0.36% -
HSV(B) 9.78º 1% 0.72% -
XYZ 20.23 11.12 1.08 -
YUV 72.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 184 30 0 0 0.84 1 0.28 9.78 1 0.36
Hex B8 1E 0 0 54 64 1C A 64 24
Octal 270 36 0 0 124 144 34 12 144 44
Binary 10111000 11110 0 0 1010100 1100100 11100 1010 1100100 100100

Color Harmonies of #B81E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E00

Black with #B81E00

Text Example


Text Example

White with #B81E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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