Html Css Color HEX #B93015 Harley Davidson Orange

📋 copy color: '#B93015'

red 185 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #B93015

Tints of Harley Davidson Orange #B93015

RGB

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

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

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

R = 72.83%
G = 18.9%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93015 (or 0xB93015) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 15. RGB value is (185,48,21). Sum of RGB (Red+Green+Blue) = 185+48+21=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B93015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93015 is #46CFEA. Grayscale: #565656. Windows color (decimal): -4640747 or 1388729. OLE color: 1388729.

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

Color convert

RGB 185 48 21 -
CMYK 0 0.74 0.89 0.27
HSL 9.88º 0.8% 0.4% -
HSV(B) 9.88º 0.89% 0.73% -
XYZ 21.2 12.48 2 -
YUV 85.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 185 48 21 0 0.74 0.89 0.27 9.88 0.8 0.4
Hex B9 30 15 0 4A 59 1B A 50 28
Octal 271 60 25 0 112 131 33 12 120 50
Binary 10111001 110000 10101 0 1001010 1011001 11011 1010 1010000 101000

Color Harmonies of #B93015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93015

Black with #B93015

Text Example


Text Example

White with #B93015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93015; }

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

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

background-color css

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

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

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

border-color css

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

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

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