Html Css Color HEX #BDB059 Gimblet

📋 copy color: '#BDB059'

red 189 ◦ green 176 ◦ blue 89

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

Shades of Gimblet #BDB059

Tints of Gimblet #BDB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

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

R = 41.63%
G = 38.77%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDB059 (or 0xBDB059) is known color: Gimblet. HEX triplet: BD, B0 and 59. RGB value is (189,176,89). Sum of RGB (Red+Green+Blue) = 189+176+89=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB059 is #424FA6. Grayscale: #AAAAAA. Windows color (decimal): -4345767 or 5877949. OLE color: 5877949.

HSL color Cylindrical-coordinate representation of color #BDB059: hue angle of 52.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 #BDB059 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 89 -
CMYK 0 0.07 0.53 0.26
HSL 52.2º 0.43% 0.55% -
HSV(B) 52.2º 0.53% 0.74% -
XYZ 38.31 42.59 15.65 -
YUV 169.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 189 176 89 0 0.07 0.53 0.26 52.2 0.43 0.55
Hex BD B0 59 0 7 35 1A 34 2B 37
Octal 275 260 131 0 7 65 32 64 53 67
Binary 10111101 10110000 1011001 0 111 110101 11010 110100 101011 110111

Color Harmonies of #BDB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB059

Black with #BDB059

Text Example


Text Example

White with #BDB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB059; }

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

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

background-color css

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

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

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

border-color css

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

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

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