#BD9623

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

Shades of Sahara #BD9623

Tints of Sahara #BD9623

Color information

#BD9623 (or 0xBD9623) is unknown color: approx Sahara. HEX triplet: BD, 96 and 23. RGB value is (189,150,35). Sum of RGB (Red+Green+Blue) = 189+150+35=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9623 is #4269DC. Grayscale: #959595. Windows color (decimal): -4352477 or 2332349. OLE color: 2332349.

HSL color Cylindrical-coordinate representation of color #BD9623: hue angle of 44.81º degrees, saturation: 0.69, 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 #BD9623 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18915035-
CMYK00.210.810.26
HSL44.81º68.75%43.92%-
HSV(B)44.81º81.48%74.12%-
XYZ32.232.756.22-
YUV148.5563.92156.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 35 (14.06% from 255) = 9.36%
R=50.53%
G=40.11%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891503500.210.810.2644.8168.7543.92
HexBD9623015511A2d452c
Octal27522643025121325510554
Binary10111101100101101000110101011010001110101011011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9623; }

 p { color: rgb(189,150,35); }

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

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

 a { background-color: rgb(189,150,35); }

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

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

 span { border-color: rgb(189,150,35); }

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