Html Css Color HEX #B5270B Harley Davidson Orange

📋 copy color: '#B5270B'

red 181 ◦ green 39 ◦ blue 11

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

Shades of Harley Davidson Orange #B5270B

Tints of Harley Davidson Orange #B5270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 78.35%
G = 16.88%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5270B (or 0xB5270B) is known color: Harley Davidson Orange. HEX triplet: B5, 27 and 0B. RGB value is (181,39,11). Sum of RGB (Red+Green+Blue) = 181+39+11=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5270B is #4AD8F4. Grayscale: #4E4E4E. Windows color (decimal): -4905205 or 731061. OLE color: 731061.

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

Color convert

RGB 181 39 11 -
CMYK 0 0.78 0.94 0.29
HSL 9.88º 0.89% 0.38% -
HSV(B) 9.88º 0.94% 0.71% -
XYZ 19.84 11.3 1.45 -
YUV 78.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 181 39 11 0 0.78 0.94 0.29 9.88 0.89 0.38
Hex B5 27 B 0 4E 5E 1D A 59 26
Octal 265 47 13 0 116 136 35 12 131 46
Binary 10110101 100111 1011 0 1001110 1011110 11101 1010 1011001 100110

Color Harmonies of #B5270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5270B

Black with #B5270B

Text Example


Text Example

White with #B5270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5270B; }

 p { color: rgb(181,39,11); }

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

background-color css

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

 a { background-color: rgb(181,39,11); }

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

border-color css

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

 span { border-color: rgb(181,39,11); }

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