#B7702E

Color #B7702E Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #B7702E

Tints of Meteor #B7702E

Color information

#B7702E (or 0xB7702E) is unknown color: approx Meteor. HEX triplet: B7, 70 and 2E. RGB value is (183,112,46). Sum of RGB (Red+Green+Blue) = 183+112+46=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7702E is #488FD1. Grayscale: #7E7E7E. Windows color (decimal): -4755410 or 3043511. OLE color: 3043511.

HSL color Cylindrical-coordinate representation of color #B7702E: hue angle of 28.91º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7702E is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18311246-
CMYK00.390.750.28
HSL28.91º59.83%44.9%-
HSV(B)28.91º74.86%71.76%-
XYZ25.8221.855.44-
YUV125.783.02168.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 46 (18.36% from 255) = 13.49%
R=53.67%
G=32.84%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831124600.390.750.2828.9159.8344.9
HexB7702E0274B1C1d3c2d
Octal2671605604711334357455
Binary101101111110000101110010011110010111110011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7702E; }

 p { color: rgb(183,112,46); }

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

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

 a { background-color: rgb(183,112,46); }

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

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

 span { border-color: rgb(183,112,46); }

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