Html Css Color HEX #B81E04 Harley Davidson Orange

📋 copy color: '#B81E04'

red 184 ◦ green 30 ◦ blue 4

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

Shades of Harley Davidson Orange #B81E04

Tints of Harley Davidson Orange #B81E04

RGB

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

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

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

R = 84.4%
G = 13.76%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B81E04 (or 0xB81E04) is known color: Harley Davidson Orange. HEX triplet: B8, 1E and 04. RGB value is (184,30,4). Sum of RGB (Red+Green+Blue) = 184+30+4=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E04 is #47E1FB. Grayscale: #494949. Windows color (decimal): -4710908 or 270008. OLE color: 270008.

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

Color convert

RGB 184 30 4 -
CMYK 0 0.84 0.98 0.28
HSL 8.67º 0.96% 0.37% -
HSV(B) 8.67º 0.98% 0.72% -
XYZ 20.25 11.13 1.2 -
YUV 73.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 184 30 4 0 0.84 0.98 0.28 8.67 0.96 0.37
Hex B8 1E 4 0 54 62 1C 9 60 25
Octal 270 36 4 0 124 142 34 11 140 45
Binary 10111000 11110 100 0 1010100 1100010 11100 1001 1100000 100101

Color Harmonies of #B81E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E04

Black with #B81E04

Text Example


Text Example

White with #B81E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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