#BD9D2A

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

Shades of Sahara #BD9D2A

Tints of Sahara #BD9D2A

Color information

#BD9D2A (or 0xBD9D2A) is unknown color: approx Sahara. HEX triplet: BD, 9D and 2A. RGB value is (189,157,42). Sum of RGB (Red+Green+Blue) = 189+157+42=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D2A is #4262D5. Grayscale: #999999. Windows color (decimal): -4350678 or 2792893. OLE color: 2792893.

HSL color Cylindrical-coordinate representation of color #BD9D2A: hue angle of 46.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD9D2A is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18915742-
CMYK00.170.780.26
HSL46.94º63.64%45.29%-
HSV(B)46.94º77.78%74.12%-
XYZ33.4635.17.2-
YUV153.4665.1153.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 157 (61.72% from 255) = 40.46%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=48.71%
G=40.46%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891574200.170.780.2646.9463.6445.29
HexBD9D2A0114E1A2f402d
Octal27523552021116325710055
Binary10111101100111011010100100011001110110101011111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D2A; }

 p { color: rgb(189,157,42); }

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

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

 a { background-color: rgb(189,157,42); }

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

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

 span { border-color: rgb(189,157,42); }

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