#B7270A

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

Shades of Harley Davidson Orange #B7270A

Tints of Harley Davidson Orange #B7270A

Color information

#B7270A (or 0xB7270A) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 27 and 0A. RGB value is (183,39,10). Sum of RGB (Red+Green+Blue) = 183+39+10=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7270A is #48D8F5. Grayscale: #4F4F4F. Windows color (decimal): -4774134 or 665527. OLE color: 665527.

HSL color Cylindrical-coordinate representation of color #B7270A: hue angle of 10.06º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7270A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1833910-
CMYK00.790.950.28
HSL10.06º89.64%37.84%-
HSV(B)10.06º94.54%71.76%-
XYZ20.3111.541.44-
YUV78.7589.21202.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.88%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=78.88%
G=16.81%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183391000.790.950.2810.0689.6437.84
HexB727A04F5F1Ca5a26
Octal26747120117137341213246
Binary1011011110011110100100111110111111110010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7270A; }

 p { color: rgb(183,39,10); }

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

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

 a { background-color: rgb(183,39,10); }

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

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

 span { border-color: rgb(183,39,10); }

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