Html Css Color HEX #B81D04 Harley Davidson Orange

📋 copy color: '#B81D04'

red 184 ◦ green 29 ◦ blue 4

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

Shades of Harley Davidson Orange #B81D04

Tints of Harley Davidson Orange #B81D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.36%

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

R = 84.79%
G = 13.36%
B = 1.84%

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

#B81D04 (or 0xB81D04) is known color: Harley Davidson Orange. HEX triplet: B8, 1D and 04. RGB value is (184,29,4). Sum of RGB (Red+Green+Blue) = 184+29+4=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81D04 is #47E2FB. Grayscale: #484848. Windows color (decimal): -4711164 or 269752. OLE color: 269752.

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

Color convert

RGB 184 29 4 -
CMYK 0 0.84 0.98 0.28
HSL 8.33º 0.96% 0.37% -
HSV(B) 8.33º 0.98% 0.72% -
XYZ 20.23 11.08 1.19 -
YUV 72.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 184 29 4 0 0.84 0.98 0.28 8.33 0.96 0.37
Hex B8 1D 4 0 54 62 1C 8 60 25
Octal 270 35 4 0 124 142 34 10 140 45
Binary 10111000 11101 100 0 1010100 1100010 11100 1000 1100000 100101

Color Harmonies of #B81D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D04

Black with #B81D04

Text Example


Text Example

White with #B81D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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