#B9702A

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

Shades of Meteor #B9702A

Tints of Meteor #B9702A

Color information

#B9702A (or 0xB9702A) is unknown color: approx Meteor. HEX triplet: B9, 70 and 2A. RGB value is (185,112,42). Sum of RGB (Red+Green+Blue) = 185+112+42=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9702A is #468FD5. Grayscale: #7E7E7E. Windows color (decimal): -4624342 or 2781369. OLE color: 2781369.

HSL color Cylindrical-coordinate representation of color #B9702A: hue angle of 29.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9702A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18511242-
CMYK00.390.770.27
HSL29.37º63%44.51%-
HSV(B)29.37º77.3%72.55%-
XYZ26.2222.075.07-
YUV125.8580.68170.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=54.57%
G=33.04%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851124200.390.770.2729.376344.51
HexB9702A0274D1B1d3f2d
Octal2711605204711533357755
Binary101110011110000101010010011110011011101111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9702A; }

 p { color: rgb(185,112,42); }

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

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

 a { background-color: rgb(185,112,42); }

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

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

 span { border-color: rgb(185,112,42); }

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