Html Css Color HEX #B83316 Harley Davidson Orange

📋 copy color: '#B83316'

red 184 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #B83316

Tints of Harley Davidson Orange #B83316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 71.6%
G = 19.84%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B83316 (or 0xB83316) is known color: Harley Davidson Orange. HEX triplet: B8, 33 and 16. RGB value is (184,51,22). Sum of RGB (Red+Green+Blue) = 184+51+22=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B83316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83316 is #47CCE9. Grayscale: #575757. Windows color (decimal): -4705514 or 1455032. OLE color: 1455032.

HSL color Cylindrical-coordinate representation of color #B83316: hue angle of 10.74º 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 #B83316 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 22 -
CMYK 0 0.72 0.88 0.28
HSL 10.74º 0.79% 0.4% -
HSV(B) 10.74º 0.88% 0.72% -
XYZ 21.1 12.62 2.08 -
YUV 87.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 184 51 22 0 0.72 0.88 0.28 10.74 0.79 0.4
Hex B8 33 16 0 48 58 1C B 4F 28
Octal 270 63 26 0 110 130 34 13 117 50
Binary 10111000 110011 10110 0 1001000 1011000 11100 1011 1001111 101000

Color Harmonies of #B83316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83316

Black with #B83316

Text Example


Text Example

White with #B83316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83316; }

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

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

background-color css

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

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

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

border-color css

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

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

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