Html Css Color HEX #B93315 Harley Davidson Orange

📋 copy color: '#B93315'

red 185 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #B93315

Tints of Harley Davidson Orange #B93315

RGB

 RED value IS 185 (72.66% from 255) = 71.98%

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

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

R = 71.98%
G = 19.84%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93315 (or 0xB93315) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 15. RGB value is (185,51,21). Sum of RGB (Red+Green+Blue) = 185+51+21=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93315 is #46CCEA. Grayscale: #575757. Windows color (decimal): -4639979 or 1389497. OLE color: 1389497.

HSL color Cylindrical-coordinate representation of color #B93315: hue angle of 10.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93315 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 21 -
CMYK 0 0.72 0.89 0.27
HSL 10.98º 0.8% 0.4% -
HSV(B) 10.98º 0.89% 0.73% -
XYZ 21.33 12.74 2.04 -
YUV 87.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 185 51 21 0 0.72 0.89 0.27 10.98 0.8 0.4
Hex B9 33 15 0 48 59 1B B 50 28
Octal 271 63 25 0 110 131 33 13 120 50
Binary 10111001 110011 10101 0 1001000 1011001 11011 1011 1010000 101000

Color Harmonies of #B93315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93315

Black with #B93315

Text Example


Text Example

White with #B93315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93315; }

 p { color: rgb(185,51,21); }

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

background-color css

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

 a { background-color: rgb(185,51,21); }

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

border-color css

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

 span { border-color: rgb(185,51,21); }

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