Html Css Color HEX #B93314 Harley Davidson Orange

📋 copy color: '#B93314'

red 185 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #B93314

Tints of Harley Davidson Orange #B93314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 72.27%
G = 19.92%
B = 7.81%

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

#B93314 (or 0xB93314) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 14. RGB value is (185,51,20). Sum of RGB (Red+Green+Blue) = 185+51+20=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93314 is #46CCEB. Grayscale: #575757. Windows color (decimal): -4639980 or 1323961. OLE color: 1323961.

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

Color convert

RGB 185 51 20 -
CMYK 0 0.72 0.89 0.27
HSL 11.27º 0.8% 0.4% -
HSV(B) 11.27º 0.89% 0.73% -
XYZ 21.32 12.73 2 -
YUV 87.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 185 51 20 0 0.72 0.89 0.27 11.27 0.8 0.4
Hex B9 33 14 0 48 59 1B B 50 28
Octal 271 63 24 0 110 131 33 13 120 50
Binary 10111001 110011 10100 0 1001000 1011001 11011 1011 1010000 101000

Color Harmonies of #B93314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93314

Black with #B93314

Text Example


Text Example

White with #B93314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93314; }

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

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

background-color css

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

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

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

border-color css

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

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

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