#BE9B2B

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

Shades of Sahara #BE9B2B

Tints of Sahara #BE9B2B

Color information

#BE9B2B (or 0xBE9B2B) is unknown color: approx Sahara. HEX triplet: BE, 9B and 2B. RGB value is (190,155,43). Sum of RGB (Red+Green+Blue) = 190+155+43=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B2B is #4164D4. Grayscale: #999999. Windows color (decimal): -4285653 or 2857918. OLE color: 2857918.

HSL color Cylindrical-coordinate representation of color #BE9B2B: hue angle of 45.71º 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 #BE9B2B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19015543-
CMYK00.180.770.25
HSL45.71º63.09%45.69%-
HSV(B)45.71º77.37%74.51%-
XYZ33.3934.567.2-
YUV152.766.1154.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=48.97%
G=39.95%
B=11.08%

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
Decimal1901554300.180.770.2545.7163.0945.69
HexBE9B2B0124D192e3f2e
Octal2762335302211531567756
Binary1011111010011011101011010010100110111001101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B2B; }

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

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

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

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

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

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

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

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