Html Css Color HEX #B5280E Harley Davidson Orange

📋 copy color: '#B5280E'

red 181 ◦ green 40 ◦ blue 14

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

Shades of Harley Davidson Orange #B5280E

Tints of Harley Davidson Orange #B5280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 77.02%
G = 17.02%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5280E (or 0xB5280E) is known color: Harley Davidson Orange. HEX triplet: B5, 28 and 0E. RGB value is (181,40,14). Sum of RGB (Red+Green+Blue) = 181+40+14=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B5280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5280E is #4AD7F1. Grayscale: #4F4F4F. Windows color (decimal): -4904946 or 927925. OLE color: 927925.

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

Color convert

RGB 181 40 14 -
CMYK 0 0.78 0.92 0.29
HSL 9.34º 0.86% 0.38% -
HSV(B) 9.34º 0.92% 0.71% -
XYZ 19.89 11.37 1.56 -
YUV 79.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 181 40 14 0 0.78 0.92 0.29 9.34 0.86 0.38
Hex B5 28 E 0 4E 5C 1D 9 56 26
Octal 265 50 16 0 116 134 35 11 126 46
Binary 10110101 101000 1110 0 1001110 1011100 11101 1001 1010110 100110

Color Harmonies of #B5280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5280E

Black with #B5280E

Text Example


Text Example

White with #B5280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5280E; }

 p { color: rgb(181,40,14); }

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

background-color css

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

 a { background-color: rgb(181,40,14); }

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

border-color css

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

 span { border-color: rgb(181,40,14); }

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