Html Css Color HEX #B52509 Harley Davidson Orange

📋 copy color: '#B52509'

red 181 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #B52509

Tints of Harley Davidson Orange #B52509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 79.74%
G = 16.3%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B52509 (or 0xB52509) is known color: Harley Davidson Orange. HEX triplet: B5, 25 and 09. RGB value is (181,37,9). Sum of RGB (Red+Green+Blue) = 181+37+9=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B52509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52509 is #4ADAF6. Grayscale: #4D4D4D. Windows color (decimal): -4905719 or 599477. OLE color: 599477.

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

Color convert

RGB 181 37 9 -
CMYK 0 0.80 0.95 0.29
HSL 9.77º 0.91% 0.37% -
HSV(B) 9.77º 0.95% 0.71% -
XYZ 19.77 11.17 1.37 -
YUV 76.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 181 37 9 0 0.80 0.95 0.29 9.77 0.91 0.37
Hex B5 25 9 0 50 5F 1D A 5B 25
Octal 265 45 11 0 120 137 35 12 133 45
Binary 10110101 100101 1001 0 1010000 1011111 11101 1010 1011011 100101

Color Harmonies of #B52509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52509

Black with #B52509

Text Example


Text Example

White with #B52509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52509; }

 p { color: rgb(181,37,9); }

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

background-color css

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

 a { background-color: rgb(181,37,9); }

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

border-color css

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

 span { border-color: rgb(181,37,9); }

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