Html Css Color HEX #BDB056 Gimblet

📋 copy color: '#BDB056'

red 189 ◦ green 176 ◦ blue 86

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

Shades of Gimblet #BDB056

Tints of Gimblet #BDB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.07%

R = 41.91%
G = 39.02%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDB056 (or 0xBDB056) is known color: Gimblet. HEX triplet: BD, B0 and 56. RGB value is (189,176,86). Sum of RGB (Red+Green+Blue) = 189+176+86=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB056 is #424FA9. Grayscale: #AAAAAA. Windows color (decimal): -4345770 or 5681341. OLE color: 5681341.

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

Color convert

RGB 189 176 86 -
CMYK 0 0.07 0.54 0.26
HSL 52.43º 0.44% 0.54% -
HSV(B) 52.43º 0.54% 0.74% -
XYZ 38.19 42.54 15 -
YUV 169.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 189 176 86 0 0.07 0.54 0.26 52.43 0.44 0.54
Hex BD B0 56 0 7 36 1A 34 2C 36
Octal 275 260 126 0 7 66 32 64 54 66
Binary 10111101 10110000 1010110 0 111 110110 11010 110100 101100 110110

Color Harmonies of #BDB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB056

Black with #BDB056

Text Example


Text Example

White with #BDB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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