Html Css Color HEX #BDAB59 Gimblet

📋 copy color: '#BDAB59'

red 189 ◦ green 171 ◦ blue 89

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

Shades of Gimblet #BDAB59

Tints of Gimblet #BDAB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 42.09%
G = 38.08%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDAB59 (or 0xBDAB59) is known color: Gimblet. HEX triplet: BD, AB and 59. RGB value is (189,171,89). Sum of RGB (Red+Green+Blue) = 189+171+89=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB59 is #4254A6. Grayscale: #A7A7A7. Windows color (decimal): -4347047 or 5876669. OLE color: 5876669.

HSL color Cylindrical-coordinate representation of color #BDAB59: hue angle of 49.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDAB59 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 89 -
CMYK 0 0.10 0.53 0.26
HSL 49.2º 0.43% 0.55% -
HSV(B) 49.2º 0.53% 0.74% -
XYZ 37.35 40.67 15.33 -
YUV 167.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 189 171 89 0 0.10 0.53 0.26 49.2 0.43 0.55
Hex BD AB 59 0 A 35 1A 31 2B 37
Octal 275 253 131 0 12 65 32 61 53 67
Binary 10111101 10101011 1011001 0 1010 110101 11010 110001 101011 110111

Color Harmonies of #BDAB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB59

Black with #BDAB59

Text Example


Text Example

White with #BDAB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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