Html Css Color HEX #B5280F Harley Davidson Orange

📋 copy color: '#B5280F'

red 181 ◦ green 40 ◦ blue 15

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

Shades of Harley Davidson Orange #B5280F

Tints of Harley Davidson Orange #B5280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 76.69%
G = 16.95%
B = 6.36%

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

#B5280F (or 0xB5280F) is known color: Harley Davidson Orange. HEX triplet: B5, 28 and 0F. RGB value is (181,40,15). Sum of RGB (Red+Green+Blue) = 181+40+15=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B5280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5280F is #4AD7F0. Grayscale: #4F4F4F. Windows color (decimal): -4904945 or 993461. OLE color: 993461.

HSL color Cylindrical-coordinate representation of color #B5280F: hue angle of 9.04º degrees, saturation: 0.85, 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 #B5280F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 15 -
CMYK 0 0.78 0.92 0.29
HSL 9.04º 0.85% 0.38% -
HSV(B) 9.04º 0.92% 0.71% -
XYZ 19.9 11.38 1.6 -
YUV 79.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 181 40 15 0 0.78 0.92 0.29 9.04 0.85 0.38
Hex B5 28 F 0 4E 5C 1D 9 55 26
Octal 265 50 17 0 116 134 35 11 125 46
Binary 10110101 101000 1111 0 1001110 1011100 11101 1001 1010101 100110

Color Harmonies of #B5280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5280F

Black with #B5280F

Text Example


Text Example

White with #B5280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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