#B6371F

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

Shades of Harley Davidson Orange #B6371F

Tints of Harley Davidson Orange #B6371F

Color information

#B6371F (or 0xB6371F) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 37 and 1F. RGB value is (182,55,31). Sum of RGB (Red+Green+Blue) = 182+55+31=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B6371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6371F is #49C8E0. Grayscale: #5A5A5A. Windows color (decimal): -4835553 or 2045878. OLE color: 2045878.

HSL color Cylindrical-coordinate representation of color #B6371F: hue angle of 9.54º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6371F is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1825531-
CMYK00.700.830.29
HSL9.54º70.89%41.76%-
HSV(B)9.54º82.97%71.37%-
XYZ20.912.782.66-
YUV90.2494.58193.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=67.91%
G=20.52%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182553100.700.830.299.5470.8941.76
HexB6371F046531Da472a
Octal26667370106123351210752
Binary10110110110111111110100011010100111110110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6371F; }

 p { color: rgb(182,55,31); }

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

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

 a { background-color: rgb(182,55,31); }

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

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

 span { border-color: rgb(182,55,31); }

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