#B7702B

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

Shades of Meteor #B7702B

Tints of Meteor #B7702B

Color information

#B7702B (or 0xB7702B) is unknown color: approx Meteor. HEX triplet: B7, 70 and 2B. RGB value is (183,112,43). Sum of RGB (Red+Green+Blue) = 183+112+43=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7702B is #488FD4. Grayscale: #7D7D7D. Windows color (decimal): -4755413 or 2846903. OLE color: 2846903.

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

Color convert

RGB18311243-
CMYK00.390.770.28
HSL29.57º61.95%44.31%-
HSV(B)29.57º76.5%71.76%-
XYZ25.7621.835.14-
YUV125.3681.52169.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 43 (17.19% from 255) = 12.72%
R=54.14%
G=33.14%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831124300.390.770.2829.5761.9544.31
HexB7702B0274D1C1e3e2c
Octal2671605304711534367654
Binary101101111110000101011010011110011011110011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7702B; }

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

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

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

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

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

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

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

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