Html Css Color HEX #BDA331 Sahara

📋 copy color: '#BDA331'

red 189 ◦ green 163 ◦ blue 49

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

Shades of Sahara #BDA331

Tints of Sahara #BDA331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 47.13%
G = 40.65%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDA331 (or 0xBDA331) is known color: Sahara. HEX triplet: BD, A3 and 31. RGB value is (189,163,49). Sum of RGB (Red+Green+Blue) = 189+163+49=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA331 is #425CCE. Grayscale: #9E9E9E. Windows color (decimal): -4349135 or 3253181. OLE color: 3253181.

HSL color Cylindrical-coordinate representation of color #BDA331: hue angle of 48.86º degrees, saturation: 0.59, 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 #BDA331 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 49 -
CMYK 0 0.14 0.74 0.26
HSL 48.86º 0.59% 0.47% -
HSV(B) 48.86º 0.74% 0.74% -
XYZ 34.64 37.23 8.27 -
YUV 157.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 189 163 49 0 0.14 0.74 0.26 48.86 0.59 0.47
Hex BD A3 31 0 E 4A 1A 31 3B 2F
Octal 275 243 61 0 16 112 32 61 73 57
Binary 10111101 10100011 110001 0 1110 1001010 11010 110001 111011 101111

Color Harmonies of #BDA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA331

Black with #BDA331

Text Example


Text Example

White with #BDA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA331; }

 p { color: rgb(189,163,49); }

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

background-color css

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

 a { background-color: rgb(189,163,49); }

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

border-color css

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

 span { border-color: rgb(189,163,49); }

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