Html Css Color HEX #B52005 Harley Davidson Orange

📋 copy color: '#B52005'

red 181 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #B52005

Tints of Harley Davidson Orange #B52005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 83.03%
G = 14.68%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B52005 (or 0xB52005) is known color: Harley Davidson Orange. HEX triplet: B5, 20 and 05. RGB value is (181,32,5). Sum of RGB (Red+Green+Blue) = 181+32+5=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B52005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52005 is #4ADFFA. Grayscale: #494949. Windows color (decimal): -4907003 or 336053. OLE color: 336053.

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

Color convert

RGB 181 32 5 -
CMYK 0 0.82 0.97 0.29
HSL 9.2º 0.95% 0.36% -
HSV(B) 9.2º 0.97% 0.71% -
XYZ 19.6 10.87 1.21 -
YUV 73.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 181 32 5 0 0.82 0.97 0.29 9.2 0.95 0.36
Hex B5 20 5 0 52 61 1D 9 5F 24
Octal 265 40 5 0 122 141 35 11 137 44
Binary 10110101 100000 101 0 1010010 1100001 11101 1001 1011111 100100

Color Harmonies of #B52005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52005

Black with #B52005

Text Example


Text Example

White with #B52005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52005; }

 p { color: rgb(181,32,5); }

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

background-color css

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

 a { background-color: rgb(181,32,5); }

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

border-color css

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

 span { border-color: rgb(181,32,5); }

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