Html Css Color HEX #B93413 Harley Davidson Orange

📋 copy color: '#B93413'

red 185 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #B93413

Tints of Harley Davidson Orange #B93413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 72.27%
G = 20.31%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93413 (or 0xB93413) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 13. RGB value is (185,52,19). Sum of RGB (Red+Green+Blue) = 185+52+19=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93413 is #46CBEC. Grayscale: #585858. Windows color (decimal): -4639725 or 1258681. OLE color: 1258681.

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

Color convert

RGB 185 52 19 -
CMYK 0 0.72 0.90 0.27
HSL 11.93º 0.81% 0.4% -
HSV(B) 11.93º 0.9% 0.73% -
XYZ 21.35 12.82 1.96 -
YUV 88.01 89.06 197.18 -
System Red Green Blue C M Y K H S L
Decimal 185 52 19 0 0.72 0.90 0.27 11.93 0.81 0.4
Hex B9 34 13 0 48 5A 1B C 51 28
Octal 271 64 23 0 110 132 33 14 121 50
Binary 10111001 110100 10011 0 1001000 1011010 11011 1100 1010001 101000

Color Harmonies of #B93413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93413

Black with #B93413

Text Example


Text Example

White with #B93413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93413; }

 p { color: rgb(185,52,19); }

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

background-color css

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

 a { background-color: rgb(185,52,19); }

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

border-color css

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

 span { border-color: rgb(185,52,19); }

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