#BE9C27

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

Shades of Sahara #BE9C27

Tints of Sahara #BE9C27

Color information

#BE9C27 (or 0xBE9C27) is unknown color: approx Sahara. HEX triplet: BE, 9C and 27. RGB value is (190,156,39). Sum of RGB (Red+Green+Blue) = 190+156+39=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C27 is #4163D8. Grayscale: #999999. Windows color (decimal): -4285401 or 2596030. OLE color: 2596030.

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

Color convert

RGB19015639-
CMYK00.180.790.25
HSL46.49º65.94%44.9%-
HSV(B)46.49º79.47%74.51%-
XYZ33.4934.876.89-
YUV152.8363.76154.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=49.35%
G=40.52%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901563900.180.790.2546.4965.9444.9
HexBE9C270124F192e422d
Octal27623447022117315610255
Binary10111110100111001001110100101001111110011011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C27; }

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

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

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

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

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

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

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

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