Html Css Color HEX #B5260B Harley Davidson Orange

📋 copy color: '#B5260B'

red 181 ◦ green 38 ◦ blue 11

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

Shades of Harley Davidson Orange #B5260B

Tints of Harley Davidson Orange #B5260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

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

R = 78.7%
G = 16.52%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5260B (or 0xB5260B) is known color: Harley Davidson Orange. HEX triplet: B5, 26 and 0B. RGB value is (181,38,11). Sum of RGB (Red+Green+Blue) = 181+38+11=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5260B is #4AD9F4. Grayscale: #4D4D4D. Windows color (decimal): -4905461 or 730805. OLE color: 730805.

HSL color Cylindrical-coordinate representation of color #B5260B: hue angle of 9.53º 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 #B5260B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 11 -
CMYK 0 0.79 0.94 0.29
HSL 9.53º 0.89% 0.38% -
HSV(B) 9.53º 0.94% 0.71% -
XYZ 19.81 11.23 1.44 -
YUV 77.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 181 38 11 0 0.79 0.94 0.29 9.53 0.89 0.38
Hex B5 26 B 0 4F 5E 1D A 59 26
Octal 265 46 13 0 117 136 35 12 131 46
Binary 10110101 100110 1011 0 1001111 1011110 11101 1010 1011001 100110

Color Harmonies of #B5260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5260B

Black with #B5260B

Text Example


Text Example

White with #B5260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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