Html Css Color HEX #B52602 Harley Davidson Orange

📋 copy color: '#B52602'

red 181 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #B52602

Tints of Harley Davidson Orange #B52602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 81.9%
G = 17.19%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B52602 (or 0xB52602) is known color: Harley Davidson Orange. HEX triplet: B5, 26 and 02. RGB value is (181,38,2). Sum of RGB (Red+Green+Blue) = 181+38+2=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52602 is #4AD9FD. Grayscale: #4C4C4C. Windows color (decimal): -4905470 or 140981. OLE color: 140981.

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

Color convert

RGB 181 38 2 -
CMYK 0 0.79 0.99 0.29
HSL 12.07º 0.98% 0.36% -
HSV(B) 12.07º 0.99% 0.71% -
XYZ 19.76 11.21 1.18 -
YUV 76.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 181 38 2 0 0.79 0.99 0.29 12.07 0.98 0.36
Hex B5 26 2 0 4F 63 1D C 62 24
Octal 265 46 2 0 117 143 35 14 142 44
Binary 10110101 100110 10 0 1001111 1100011 11101 1100 1100010 100100

Color Harmonies of #B52602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52602

Black with #B52602

Text Example


Text Example

White with #B52602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52602; }

 p { color: rgb(181,38,2); }

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

background-color css

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

 a { background-color: rgb(181,38,2); }

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

border-color css

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

 span { border-color: rgb(181,38,2); }

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