Html Css Color HEX #BDA131 Sahara

📋 copy color: '#BDA131'

red 189 ◦ green 161 ◦ blue 49

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

Shades of Sahara #BDA131

Tints of Sahara #BDA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

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

R = 47.37%
G = 40.35%
B = 12.28%

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

#BDA131 (or 0xBDA131) is known color: Sahara. HEX triplet: BD, A1 and 31. RGB value is (189,161,49). Sum of RGB (Red+Green+Blue) = 189+161+49=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA131 is #425ECE. Grayscale: #9D9D9D. Windows color (decimal): -4349647 or 3252669. OLE color: 3252669.

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

Color convert

RGB 189 161 49 -
CMYK 0 0.15 0.74 0.26
HSL 48º 0.59% 0.47% -
HSV(B) 48º 0.74% 0.74% -
XYZ 34.29 36.53 8.15 -
YUV 156.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 189 161 49 0 0.15 0.74 0.26 48 0.59 0.47
Hex BD A1 31 0 F 4A 1A 30 3B 2F
Octal 275 241 61 0 17 112 32 60 73 57
Binary 10111101 10100001 110001 0 1111 1001010 11010 110000 111011 101111

Color Harmonies of #BDA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA131

Black with #BDA131

Text Example


Text Example

White with #BDA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA131; }

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

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

background-color css

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

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

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

border-color css

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

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

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