Html Css Color HEX #BDAE57 Gimblet

📋 copy color: '#BDAE57'

red 189 ◦ green 174 ◦ blue 87

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

Shades of Gimblet #BDAE57

Tints of Gimblet #BDAE57

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.67%

 BLUE value IS 87 (34.38% from 255) = 19.33%

R = 42%
G = 38.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDAE57 (or 0xBDAE57) is known color: Gimblet. HEX triplet: BD, AE and 57. RGB value is (189,174,87). Sum of RGB (Red+Green+Blue) = 189+174+87=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE57 is #4251A8. Grayscale: #A8A8A8. Windows color (decimal): -4346281 or 5746365. OLE color: 5746365.

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

Color convert

RGB 189 174 87 -
CMYK 0 0.08 0.54 0.26
HSL 51.18º 0.44% 0.54% -
HSV(B) 51.18º 0.54% 0.74% -
XYZ 37.84 41.78 15.09 -
YUV 168.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 189 174 87 0 0.08 0.54 0.26 51.18 0.44 0.54
Hex BD AE 57 0 8 36 1A 33 2C 36
Octal 275 256 127 0 10 66 32 63 54 66
Binary 10111101 10101110 1010111 0 1000 110110 11010 110011 101100 110110

Color Harmonies of #BDAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE57

Black with #BDAE57

Text Example


Text Example

White with #BDAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE57; }

 p { color: rgb(189,174,87); }

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

background-color css

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

 a { background-color: rgb(189,174,87); }

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

border-color css

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

 span { border-color: rgb(189,174,87); }

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