Html Css Color HEX #B52908 Harley Davidson Orange

📋 copy color: '#B52908'

red 181 ◦ green 41 ◦ blue 8

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

Shades of Harley Davidson Orange #B52908

Tints of Harley Davidson Orange #B52908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 78.7%
G = 17.83%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B52908 (or 0xB52908) is known color: Harley Davidson Orange. HEX triplet: B5, 29 and 08. RGB value is (181,41,8). Sum of RGB (Red+Green+Blue) = 181+41+8=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B52908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52908 is #4AD6F7. Grayscale: #4F4F4F. Windows color (decimal): -4904696 or 534965. OLE color: 534965.

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

Color convert

RGB 181 41 8 -
CMYK 0 0.77 0.96 0.29
HSL 11.45º 0.92% 0.37% -
HSV(B) 11.45º 0.96% 0.71% -
XYZ 19.89 11.43 1.39 -
YUV 79.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 181 41 8 0 0.77 0.96 0.29 11.45 0.92 0.37
Hex B5 29 8 0 4D 60 1D B 5C 25
Octal 265 51 10 0 115 140 35 13 134 45
Binary 10110101 101001 1000 0 1001101 1100000 11101 1011 1011100 100101

Color Harmonies of #B52908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52908

Black with #B52908

Text Example


Text Example

White with #B52908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52908; }

 p { color: rgb(181,41,8); }

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

background-color css

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

 a { background-color: rgb(181,41,8); }

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

border-color css

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

 span { border-color: rgb(181,41,8); }

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