Html Css Color HEX #B5331C Harley Davidson Orange

📋 copy color: '#B5331C'

red 181 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #B5331C

Tints of Harley Davidson Orange #B5331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 69.62%
G = 19.62%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5331C (or 0xB5331C) is known color: Harley Davidson Orange. HEX triplet: B5, 33 and 1C. RGB value is (181,51,28). Sum of RGB (Red+Green+Blue) = 181+51+28=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5331C is #4ACCE3. Grayscale: #575757. Windows color (decimal): -4902116 or 1848245. OLE color: 1848245.

HSL color Cylindrical-coordinate representation of color #B5331C: hue angle of 9.02º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5331C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 28 -
CMYK 0 0.72 0.85 0.29
HSL 9.02º 0.73% 0.41% -
HSV(B) 9.02º 0.85% 0.71% -
XYZ 20.45 12.28 2.39 -
YUV 87.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 181 51 28 0 0.72 0.85 0.29 9.02 0.73 0.41
Hex B5 33 1C 0 48 55 1D 9 49 29
Octal 265 63 34 0 110 125 35 11 111 51
Binary 10110101 110011 11100 0 1001000 1010101 11101 1001 1001001 101001

Color Harmonies of #B5331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5331C

Black with #B5331C

Text Example


Text Example

White with #B5331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5331C; }

 p { color: rgb(181,51,28); }

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

background-color css

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

 a { background-color: rgb(181,51,28); }

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

border-color css

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

 span { border-color: rgb(181,51,28); }

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