Html Css Color HEX #B83016 Harley Davidson Orange

📋 copy color: '#B83016'

red 184 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #B83016

Tints of Harley Davidson Orange #B83016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 72.44%
G = 18.9%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B83016 (or 0xB83016) is known color: Harley Davidson Orange. HEX triplet: B8, 30 and 16. RGB value is (184,48,22). Sum of RGB (Red+Green+Blue) = 184+48+22=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B83016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83016 is #47CFE9. Grayscale: #555555. Windows color (decimal): -4706282 or 1454264. OLE color: 1454264.

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

Color convert

RGB 184 48 22 -
CMYK 0 0.74 0.88 0.28
HSL 9.63º 0.79% 0.4% -
HSV(B) 9.63º 0.88% 0.72% -
XYZ 20.97 12.36 2.04 -
YUV 85.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 184 48 22 0 0.74 0.88 0.28 9.63 0.79 0.4
Hex B8 30 16 0 4A 58 1C A 4F 28
Octal 270 60 26 0 112 130 34 12 117 50
Binary 10111000 110000 10110 0 1001010 1011000 11100 1010 1001111 101000

Color Harmonies of #B83016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83016

Black with #B83016

Text Example


Text Example

White with #B83016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83016; }

 p { color: rgb(184,48,22); }

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

background-color css

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

 a { background-color: rgb(184,48,22); }

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

border-color css

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

 span { border-color: rgb(184,48,22); }

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