#BD9724

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

Shades of Sahara #BD9724

Tints of Sahara #BD9724

Color information

#BD9724 (or 0xBD9724) is unknown color: approx Sahara. HEX triplet: BD, 97 and 24. RGB value is (189,151,36). Sum of RGB (Red+Green+Blue) = 189+151+36=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9724 is #4268DB. Grayscale: #959595. Windows color (decimal): -4352220 or 2398141. OLE color: 2398141.

HSL color Cylindrical-coordinate representation of color #BD9724: hue angle of 45.1º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9724 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18915136-
CMYK00.200.810.26
HSL45.1º68%44.12%-
HSV(B)45.1º80.95%74.12%-
XYZ32.3733.086.35-
YUV149.2564.09156.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=50.27%
G=40.16%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891513600.200.810.2645.16844.12
HexBD9724014511A2d442c
Octal27522744024121325510454
Binary10111101100101111001000101001010001110101011011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9724; }

 p { color: rgb(189,151,36); }

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

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

 a { background-color: rgb(189,151,36); }

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

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

 span { border-color: rgb(189,151,36); }

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