#BE9926

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

Shades of Sahara #BE9926

Tints of Sahara #BE9926

Color information

#BE9926 (or 0xBE9926) is unknown color: approx Sahara. HEX triplet: BE, 99 and 26. RGB value is (190,153,38). Sum of RGB (Red+Green+Blue) = 190+153+38=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9926 is #4166D9. Grayscale: #979797. Windows color (decimal): -4286170 or 2529726. OLE color: 2529726.

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

Color convert

RGB19015338-
CMYK00.190.80.25
HSL45.39º66.67%44.71%-
HSV(B)45.39º80%74.51%-
XYZ32.9833.876.63-
YUV150.9564.26155.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=49.87%
G=40.16%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901533800.190.80.2545.3966.6744.71
HexBE992601350192d432d
Octal27623146023120315510355
Binary10111110100110011001100100111010000110011011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9926; }

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

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

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

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

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

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

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

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