#B7952A

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

Shades of Sahara #B7952A

Tints of Sahara #B7952A

Color information

#B7952A (or 0xB7952A) is unknown color: approx Sahara. HEX triplet: B7, 95 and 2A. RGB value is (183,149,42). Sum of RGB (Red+Green+Blue) = 183+149+42=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7952A is #486AD5. Grayscale: #939393. Windows color (decimal): -4745942 or 2790839. OLE color: 2790839.

HSL color Cylindrical-coordinate representation of color #B7952A: hue angle of 45.53º degrees, saturation: 0.63, 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 #B7952A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18314942-
CMYK00.190.770.28
HSL45.53º62.67%44.12%-
HSV(B)45.53º77.05%71.76%-
XYZ30.6931.736.7-
YUV146.9768.76153.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 42 (16.80% from 255) = 11.23%
R=48.93%
G=39.84%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831494200.190.770.2845.5362.6744.12
HexB7952A0134D1C2e3f2c
Octal2672255202311534567754
Binary1011011110010101101010010011100110111100101110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7952A; }

 p { color: rgb(183,149,42); }

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

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

 a { background-color: rgb(183,149,42); }

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

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

 span { border-color: rgb(183,149,42); }

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