Html Css Color HEX #B93722 Harley Davidson Orange

📋 copy color: '#B93722'

red 185 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #B93722

Tints of Harley Davidson Orange #B93722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 67.52%
G = 20.07%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B93722 (or 0xB93722) is known color: Harley Davidson Orange. HEX triplet: B9, 37 and 22. RGB value is (185,55,34). Sum of RGB (Red+Green+Blue) = 185+55+34=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93722 is #46C8DD. Grayscale: #5B5B5B. Windows color (decimal): -4638942 or 2242489. OLE color: 2242489.

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

Color convert

RGB 185 55 34 -
CMYK 0 0.70 0.82 0.27
HSL 8.34º 0.69% 0.43% -
HSV(B) 8.34º 0.82% 0.73% -
XYZ 21.66 13.16 2.91 -
YUV 91.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 185 55 34 0 0.70 0.82 0.27 8.34 0.69 0.43
Hex B9 37 22 0 46 52 1B 8 45 2B
Octal 271 67 42 0 106 122 33 10 105 53
Binary 10111001 110111 100010 0 1000110 1010010 11011 1000 1000101 101011

Color Harmonies of #B93722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93722

Black with #B93722

Text Example


Text Example

White with #B93722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93722; }

 p { color: rgb(185,55,34); }

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

background-color css

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

 a { background-color: rgb(185,55,34); }

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

border-color css

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

 span { border-color: rgb(185,55,34); }

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