#BE9C2A

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

Shades of Sahara #BE9C2A

Tints of Sahara #BE9C2A

Color information

#BE9C2A (or 0xBE9C2A) is unknown color: approx Sahara. HEX triplet: BE, 9C and 2A. RGB value is (190,156,42). Sum of RGB (Red+Green+Blue) = 190+156+42=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C2A is #4163D5. Grayscale: #999999. Windows color (decimal): -4285398 or 2792638. OLE color: 2792638.

HSL color Cylindrical-coordinate representation of color #BE9C2A: hue angle of 46.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE9C2A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19015642-
CMYK00.180.780.25
HSL46.22º63.79%45.49%-
HSV(B)46.22º77.89%74.51%-
XYZ33.5434.897.16-
YUV153.1765.26154.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=48.97%
G=40.21%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901564200.180.780.2546.2263.7945.49
HexBE9C2A0124E192e402d
Octal27623452022116315610055
Binary10111110100111001010100100101001110110011011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C2A; }

 p { color: rgb(190,156,42); }

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

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

 a { background-color: rgb(190,156,42); }

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

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

 span { border-color: rgb(190,156,42); }

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