#BD9B27

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

Shades of Sahara #BD9B27

Tints of Sahara #BD9B27

Color information

#BD9B27 (or 0xBD9B27) is unknown color: approx Sahara. HEX triplet: BD, 9B and 27. RGB value is (189,155,39). Sum of RGB (Red+Green+Blue) = 189+155+39=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9B27 is #4264D8. Grayscale: #989898. Windows color (decimal): -4351193 or 2595773. OLE color: 2595773.

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

Color convert

RGB18915539-
CMYK00.180.790.26
HSL46.4º65.79%44.71%-
HSV(B)46.4º79.37%74.12%-
XYZ33.0734.416.82-
YUV151.9464.26154.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 39 (15.62% from 255) = 10.18%
R=49.35%
G=40.47%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891553900.180.790.2646.465.7944.71
HexBD9B270124F1A2e422d
Octal27523347022117325610255
Binary10111101100110111001110100101001111110101011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B27; }

 p { color: rgb(189,155,39); }

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

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

 a { background-color: rgb(189,155,39); }

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

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

 span { border-color: rgb(189,155,39); }

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