#BE9C2B

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

Shades of Sahara #BE9C2B

Tints of Sahara #BE9C2B

Color information

#BE9C2B (or 0xBE9C2B) is unknown color: approx Sahara. HEX triplet: BE, 9C and 2B. RGB value is (190,156,43). Sum of RGB (Red+Green+Blue) = 190+156+43=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C2B is #4163D4. Grayscale: #999999. Windows color (decimal): -4285397 or 2858174. OLE color: 2858174.

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

Color convert

RGB19015643-
CMYK00.180.770.25
HSL46.12º63.09%45.69%-
HSV(B)46.12º77.37%74.51%-
XYZ33.5634.97.25-
YUV153.2865.76154.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 43 (17.19% from 255) = 11.05%
R=48.84%
G=40.10%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901564300.180.770.2546.1263.0945.69
HexBE9C2B0124D192e3f2e
Octal2762345302211531567756
Binary1011111010011100101011010010100110111001101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C2B; }

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

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

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

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

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

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

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

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