Html Css Color HEX #B81F07 Harley Davidson Orange

📋 copy color: '#B81F07'

red 184 ◦ green 31 ◦ blue 7

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

Shades of Harley Davidson Orange #B81F07

Tints of Harley Davidson Orange #B81F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 82.88%
G = 13.96%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B81F07 (or 0xB81F07) is known color: Harley Davidson Orange. HEX triplet: B8, 1F and 07. RGB value is (184,31,7). Sum of RGB (Red+Green+Blue) = 184+31+7=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F07 is #47E0F8. Grayscale: #4A4A4A. Windows color (decimal): -4710649 or 466872. OLE color: 466872.

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

Color convert

RGB 184 31 7 -
CMYK 0 0.83 0.96 0.28
HSL 8.14º 0.93% 0.37% -
HSV(B) 8.14º 0.96% 0.72% -
XYZ 20.3 11.19 1.29 -
YUV 74.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 184 31 7 0 0.83 0.96 0.28 8.14 0.93 0.37
Hex B8 1F 7 0 53 60 1C 8 5D 25
Octal 270 37 7 0 123 140 34 10 135 45
Binary 10111000 11111 111 0 1010011 1100000 11100 1000 1011101 100101

Color Harmonies of #B81F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F07

Black with #B81F07

Text Example


Text Example

White with #B81F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F07; }

 p { color: rgb(184,31,7); }

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

background-color css

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

 a { background-color: rgb(184,31,7); }

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

border-color css

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

 span { border-color: rgb(184,31,7); }

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