Html Css Color HEX #B82F18 Harley Davidson Orange

📋 copy color: '#B82F18'

red 184 ◦ green 47 ◦ blue 24

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

Shades of Harley Davidson Orange #B82F18

Tints of Harley Davidson Orange #B82F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 72.16%
G = 18.43%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B82F18 (or 0xB82F18) is known color: Harley Davidson Orange. HEX triplet: B8, 2F and 18. RGB value is (184,47,24). Sum of RGB (Red+Green+Blue) = 184+47+24=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F18 is #47D0E7. Grayscale: #555555. Windows color (decimal): -4706536 or 1585080. OLE color: 1585080.

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

Color convert

RGB 184 47 24 -
CMYK 0 0.74 0.87 0.28
HSL 8.63º 0.77% 0.41% -
HSV(B) 8.63º 0.87% 0.72% -
XYZ 20.95 12.29 2.13 -
YUV 85.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 184 47 24 0 0.74 0.87 0.28 8.63 0.77 0.41
Hex B8 2F 18 0 4A 57 1C 9 4D 29
Octal 270 57 30 0 112 127 34 11 115 51
Binary 10111000 101111 11000 0 1001010 1010111 11100 1001 1001101 101001

Color Harmonies of #B82F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F18

Black with #B82F18

Text Example


Text Example

White with #B82F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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