#BE9927

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

Shades of Sahara #BE9927

Tints of Sahara #BE9927

Color information

#BE9927 (or 0xBE9927) is unknown color: approx Sahara. HEX triplet: BE, 99 and 27. RGB value is (190,153,39). Sum of RGB (Red+Green+Blue) = 190+153+39=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9927 is #4166D8. Grayscale: #979797. Windows color (decimal): -4286169 or 2595262. OLE color: 2595262.

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

Color convert

RGB19015339-
CMYK00.190.790.25
HSL45.3º65.94%44.9%-
HSV(B)45.3º79.47%74.51%-
XYZ32.9933.886.72-
YUV151.0764.76155.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 39 (15.62% from 255) = 10.21%
R=49.74%
G=40.05%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901533900.190.790.2545.365.9444.9
HexBE99270134F192d422d
Octal27623147023117315510255
Binary10111110100110011001110100111001111110011011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9927; }

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

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

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

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

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

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

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

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