Html Css Color HEX #BDAB57 Gimblet

📋 copy color: '#BDAB57'

red 189 ◦ green 171 ◦ blue 87

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

Shades of Gimblet #BDAB57

Tints of Gimblet #BDAB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 42.28%
G = 38.26%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDAB57 (or 0xBDAB57) is known color: Gimblet. HEX triplet: BD, AB and 57. RGB value is (189,171,87). Sum of RGB (Red+Green+Blue) = 189+171+87=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB57 is #4254A8. Grayscale: #A7A7A7. Windows color (decimal): -4347049 or 5745597. OLE color: 5745597.

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

Color convert

RGB 189 171 87 -
CMYK 0 0.10 0.54 0.26
HSL 49.41º 0.44% 0.54% -
HSV(B) 49.41º 0.54% 0.74% -
XYZ 37.27 40.63 14.9 -
YUV 166.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 189 171 87 0 0.10 0.54 0.26 49.41 0.44 0.54
Hex BD AB 57 0 A 36 1A 31 2C 36
Octal 275 253 127 0 12 66 32 61 54 66
Binary 10111101 10101011 1010111 0 1010 110110 11010 110001 101100 110110

Color Harmonies of #BDAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB57

Black with #BDAB57

Text Example


Text Example

White with #BDAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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