#B7341B

Color #B7341B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B7341B

Tints of Harley Davidson Orange #B7341B

Color information

#B7341B (or 0xB7341B) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 34 and 1B. RGB value is (183,52,27). Sum of RGB (Red+Green+Blue) = 183+52+27=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7341B is #48CBE4. Grayscale: #585858. Windows color (decimal): -4770789 or 1782967. OLE color: 1782967.

HSL color Cylindrical-coordinate representation of color #B7341B: hue angle of 9.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7341B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB1835227-
CMYK00.720.850.28
HSL9.62º74.29%41.18%-
HSV(B)9.62º85.25%71.76%-
XYZ20.9512.62.37-
YUV88.3293.4195.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 27 (10.94% from 255) = 10.31%
R=69.85%
G=19.85%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183522700.720.850.289.6274.2941.18
HexB7341B048551Ca4a29
Octal26764330110125341211251
Binary10110111110100110110100100010101011110010101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7341B; }

 p { color: rgb(183,52,27); }

 H1.HeaderClassName
 {
   color: #B7341B;
 }
 .AnyTagClassName
 {
   color: #B7341B;
 }
</style>
background-color css

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

 a { background-color: rgb(183,52,27); }

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

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

 span { border-color: rgb(183,52,27); }

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