Html Css Color HEX #BDB156 Gimblet

📋 copy color: '#BDB156'

red 189 ◦ green 177 ◦ blue 86

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

Shades of Gimblet #BDB156

Tints of Gimblet #BDB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

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

R = 41.81%
G = 39.16%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDB156 (or 0xBDB156) is known color: Gimblet. HEX triplet: BD, B1 and 56. RGB value is (189,177,86). Sum of RGB (Red+Green+Blue) = 189+177+86=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB156 is #424EA9. Grayscale: #AAAAAA. Windows color (decimal): -4345514 or 5681597. OLE color: 5681597.

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

Color convert

RGB 189 177 86 -
CMYK 0 0.06 0.54 0.26
HSL 53.01º 0.44% 0.54% -
HSV(B) 53.01º 0.54% 0.74% -
XYZ 38.39 42.93 15.07 -
YUV 170.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 189 177 86 0 0.06 0.54 0.26 53.01 0.44 0.54
Hex BD B1 56 0 6 36 1A 35 2C 36
Octal 275 261 126 0 6 66 32 65 54 66
Binary 10111101 10110001 1010110 0 110 110110 11010 110101 101100 110110

Color Harmonies of #BDB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB156

Black with #BDB156

Text Example


Text Example

White with #BDB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB156; }

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

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

background-color css

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

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

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

border-color css

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

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

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