Html Css Color HEX #B52206 Harley Davidson Orange

📋 copy color: '#B52206'

red 181 ◦ green 34 ◦ blue 6

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

Shades of Harley Davidson Orange #B52206

Tints of Harley Davidson Orange #B52206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 81.9%
G = 15.38%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B52206 (or 0xB52206) is known color: Harley Davidson Orange. HEX triplet: B5, 22 and 06. RGB value is (181,34,6). Sum of RGB (Red+Green+Blue) = 181+34+6=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52206 is #4ADDF9. Grayscale: #4B4B4B. Windows color (decimal): -4906490 or 402101. OLE color: 402101.

HSL color Cylindrical-coordinate representation of color #B52206: hue angle of 9.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B52206 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 6 -
CMYK 0 0.81 0.97 0.29
HSL 9.6º 0.94% 0.37% -
HSV(B) 9.6º 0.97% 0.71% -
XYZ 19.66 10.98 1.26 -
YUV 74.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 181 34 6 0 0.81 0.97 0.29 9.6 0.94 0.37
Hex B5 22 6 0 51 61 1D A 5E 25
Octal 265 42 6 0 121 141 35 12 136 45
Binary 10110101 100010 110 0 1010001 1100001 11101 1010 1011110 100101

Color Harmonies of #B52206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52206

Black with #B52206

Text Example


Text Example

White with #B52206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52206; }

 p { color: rgb(181,34,6); }

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

background-color css

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

 a { background-color: rgb(181,34,6); }

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

border-color css

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

 span { border-color: rgb(181,34,6); }

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