Html Css Color HEX #B82F15 Harley Davidson Orange

📋 copy color: '#B82F15'

red 184 ◦ green 47 ◦ blue 21

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

Shades of Harley Davidson Orange #B82F15

Tints of Harley Davidson Orange #B82F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 73.02%
G = 18.65%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B82F15 (or 0xB82F15) is known color: Harley Davidson Orange. HEX triplet: B8, 2F and 15. RGB value is (184,47,21). Sum of RGB (Red+Green+Blue) = 184+47+21=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F15 is #47D0EA. Grayscale: #555555. Windows color (decimal): -4706539 or 1388472. OLE color: 1388472.

HSL color Cylindrical-coordinate representation of color #B82F15: hue angle of 9.57º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82F15 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 47 21 -
CMYK 0 0.74 0.89 0.28
HSL 9.57º 0.8% 0.4% -
HSV(B) 9.57º 0.89% 0.72% -
XYZ 20.92 12.28 1.98 -
YUV 85 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 184 47 21 0 0.74 0.89 0.28 9.57 0.8 0.4
Hex B8 2F 15 0 4A 59 1C A 50 28
Octal 270 57 25 0 112 131 34 12 120 50
Binary 10111000 101111 10101 0 1001010 1011001 11100 1010 1010000 101000

Color Harmonies of #B82F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F15

Black with #B82F15

Text Example


Text Example

White with #B82F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F15; }

 p { color: rgb(184,47,21); }

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

background-color css

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

 a { background-color: rgb(184,47,21); }

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

border-color css

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

 span { border-color: rgb(184,47,21); }

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