#BD992A

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

Shades of Sahara #BD992A

Tints of Sahara #BD992A

Color information

#BD992A (or 0xBD992A) is unknown color: approx Sahara. HEX triplet: BD, 99 and 2A. RGB value is (189,153,42). Sum of RGB (Red+Green+Blue) = 189+153+42=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD992A is #4266D5. Grayscale: #979797. Windows color (decimal): -4351702 or 2791869. OLE color: 2791869.

HSL color Cylindrical-coordinate representation of color #BD992A: hue angle of 45.31º 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 #BD992A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18915342-
CMYK00.190.780.26
HSL45.31º63.64%45.29%-
HSV(B)45.31º77.78%74.12%-
XYZ32.833.776.98-
YUV151.1166.43155.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 42 (16.80% from 255) = 10.94%
R=49.22%
G=39.84%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891534200.190.780.2645.3163.6445.29
HexBD992A0134E1A2d402d
Octal27523152023116325510055
Binary10111101100110011010100100111001110110101011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD992A; }

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

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

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

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

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

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

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

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