Html Css Color HEX #B53218 Harley Davidson Orange

📋 copy color: '#B53218'

red 181 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #B53218

Tints of Harley Davidson Orange #B53218

RGB

 RED value IS 181 (71.09% from 255) = 70.98%

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 70.98%
G = 19.61%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B53218 (or 0xB53218) is known color: Harley Davidson Orange. HEX triplet: B5, 32 and 18. RGB value is (181,50,24). Sum of RGB (Red+Green+Blue) = 181+50+24=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B53218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53218 is #4ACDE7. Grayscale: #565656. Windows color (decimal): -4902376 or 1585845. OLE color: 1585845.

HSL color Cylindrical-coordinate representation of color #B53218: hue angle of 9.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B53218 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 24 -
CMYK 0 0.72 0.87 0.29
HSL 9.94º 0.77% 0.4% -
HSV(B) 9.94º 0.87% 0.71% -
XYZ 20.36 12.17 2.14 -
YUV 86.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 181 50 24 0 0.72 0.87 0.29 9.94 0.77 0.4
Hex B5 32 18 0 48 57 1D A 4D 28
Octal 265 62 30 0 110 127 35 12 115 50
Binary 10110101 110010 11000 0 1001000 1010111 11101 1010 1001101 101000

Color Harmonies of #B53218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53218

Black with #B53218

Text Example


Text Example

White with #B53218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53218; }

 p { color: rgb(181,50,24); }

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

background-color css

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

 a { background-color: rgb(181,50,24); }

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

border-color css

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

 span { border-color: rgb(181,50,24); }

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