Html Css Color HEX #B83115 Harley Davidson Orange

📋 copy color: '#B83115'

red 184 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #B83115

Tints of Harley Davidson Orange #B83115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

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

R = 72.44%
G = 19.29%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B83115 (or 0xB83115) is known color: Harley Davidson Orange. HEX triplet: B8, 31 and 15. RGB value is (184,49,21). Sum of RGB (Red+Green+Blue) = 184+49+21=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B83115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83115 is #47CEEA. Grayscale: #565656. Windows color (decimal): -4706027 or 1388984. OLE color: 1388984.

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

Color convert

RGB 184 49 21 -
CMYK 0 0.73 0.89 0.28
HSL 10.31º 0.8% 0.4% -
HSV(B) 10.31º 0.89% 0.72% -
XYZ 21 12.44 2 -
YUV 86.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 184 49 21 0 0.73 0.89 0.28 10.31 0.8 0.4
Hex B8 31 15 0 49 59 1C A 50 28
Octal 270 61 25 0 111 131 34 12 120 50
Binary 10111000 110001 10101 0 1001001 1011001 11100 1010 1010000 101000

Color Harmonies of #B83115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83115

Black with #B83115

Text Example


Text Example

White with #B83115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83115; }

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

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

background-color css

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

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

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

border-color css

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

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

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