Html Css Color HEX #B82F12 Harley Davidson Orange

📋 copy color: '#B82F12'

red 184 ◦ green 47 ◦ blue 18

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

Shades of Harley Davidson Orange #B82F12

Tints of Harley Davidson Orange #B82F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 73.9%
G = 18.88%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82F12 (or 0xB82F12) is known color: Harley Davidson Orange. HEX triplet: B8, 2F and 12. RGB value is (184,47,18). Sum of RGB (Red+Green+Blue) = 184+47+18=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F12 is #47D0ED. Grayscale: #545454. Windows color (decimal): -4706542 or 1191864. OLE color: 1191864.

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

Color convert

RGB 184 47 18 -
CMYK 0 0.74 0.90 0.28
HSL 10.48º 0.82% 0.4% -
HSV(B) 10.48º 0.9% 0.72% -
XYZ 20.89 12.27 1.84 -
YUV 84.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 184 47 18 0 0.74 0.90 0.28 10.48 0.82 0.4
Hex B8 2F 12 0 4A 5A 1C A 52 28
Octal 270 57 22 0 112 132 34 12 122 50
Binary 10111000 101111 10010 0 1001010 1011010 11100 1010 1010010 101000

Color Harmonies of #B82F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F12

Black with #B82F12

Text Example


Text Example

White with #B82F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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