Html Css Color HEX #B5270D Harley Davidson Orange

📋 copy color: '#B5270D'

red 181 ◦ green 39 ◦ blue 13

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

Shades of Harley Davidson Orange #B5270D

Tints of Harley Davidson Orange #B5270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 77.68%
G = 16.74%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5270D (or 0xB5270D) is known color: Harley Davidson Orange. HEX triplet: B5, 27 and 0D. RGB value is (181,39,13). Sum of RGB (Red+Green+Blue) = 181+39+13=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B5270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5270D is #4AD8F2. Grayscale: #4E4E4E. Windows color (decimal): -4905203 or 862133. OLE color: 862133.

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

Color convert

RGB 181 39 13 -
CMYK 0 0.78 0.93 0.29
HSL 9.29º 0.87% 0.38% -
HSV(B) 9.29º 0.93% 0.71% -
XYZ 19.85 11.3 1.52 -
YUV 78.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 181 39 13 0 0.78 0.93 0.29 9.29 0.87 0.38
Hex B5 27 D 0 4E 5D 1D 9 57 26
Octal 265 47 15 0 116 135 35 11 127 46
Binary 10110101 100111 1101 0 1001110 1011101 11101 1001 1010111 100110

Color Harmonies of #B5270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5270D

Black with #B5270D

Text Example


Text Example

White with #B5270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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