Html Css Color HEX #BDA032 Sahara

📋 copy color: '#BDA032'

red 189 ◦ green 160 ◦ blue 50

#BDA032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #BDA032

Tints of Sahara #BDA032

RGB

 RED value IS 189 (74.22% from 255) = 47.37%

 GREEN value IS 160 (62.89% from 255) = 40.1%

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 47.37%
G = 40.1%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDA032 (or 0xBDA032) is known color: Sahara. HEX triplet: BD, A0 and 32. RGB value is (189,160,50). Sum of RGB (Red+Green+Blue) = 189+160+50=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA032 is #425FCD. Grayscale: #9C9C9C. Windows color (decimal): -4349902 or 3317949. OLE color: 3317949.

HSL color Cylindrical-coordinate representation of color #BDA032: hue angle of 47.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDA032 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 50 -
CMYK 0 0.15 0.74 0.26
HSL 47.48º 0.58% 0.47% -
HSV(B) 47.48º 0.74% 0.74% -
XYZ 34.13 36.19 8.2 -
YUV 156.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 189 160 50 0 0.15 0.74 0.26 47.48 0.58 0.47
Hex BD A0 32 0 F 4A 1A 2F 3A 2F
Octal 275 240 62 0 17 112 32 57 72 57
Binary 10111101 10100000 110010 0 1111 1001010 11010 101111 111010 101111

Color Harmonies of #BDA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA032

Black with #BDA032

Text Example


Text Example

White with #BDA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA032; }

 p { color: rgb(189,160,50); }

 H1.HeaderClassName
 {
   color: #BDA032;
 }
 .AnyTagClassName
 {
   color: #BDA032;
 }
</style>

background-color css

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

 a { background-color: rgb(189,160,50); }

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

border-color css

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

 span { border-color: rgb(189,160,50); }

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