Html Css Color HEX #B93920 Harley Davidson Orange

📋 copy color: '#B93920'

red 185 ◦ green 57 ◦ blue 32

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

Shades of Harley Davidson Orange #B93920

Tints of Harley Davidson Orange #B93920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 67.52%
G = 20.8%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93920 (or 0xB93920) is known color: Harley Davidson Orange. HEX triplet: B9, 39 and 20. RGB value is (185,57,32). Sum of RGB (Red+Green+Blue) = 185+57+32=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93920 is #46C6DF. Grayscale: #5C5C5C. Windows color (decimal): -4638432 or 2111929. OLE color: 2111929.

HSL color Cylindrical-coordinate representation of color #B93920: hue angle of 9.8º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B93920 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 32 -
CMYK 0 0.69 0.83 0.27
HSL 9.8º 0.71% 0.43% -
HSV(B) 9.8º 0.83% 0.73% -
XYZ 21.73 13.34 2.8 -
YUV 92.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 185 57 32 0 0.69 0.83 0.27 9.8 0.71 0.43
Hex B9 39 20 0 45 53 1B A 47 2B
Octal 271 71 40 0 105 123 33 12 107 53
Binary 10111001 111001 100000 0 1000101 1010011 11011 1010 1000111 101011

Color Harmonies of #B93920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93920

Black with #B93920

Text Example


Text Example

White with #B93920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93920; }

 p { color: rgb(185,57,32); }

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

background-color css

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

 a { background-color: rgb(185,57,32); }

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

border-color css

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

 span { border-color: rgb(185,57,32); }

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