Html Css Color HEX #BDB166 Gimblet

📋 copy color: '#BDB166'

red 189 ◦ green 177 ◦ blue 102

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

Shades of Gimblet #BDB166

Tints of Gimblet #BDB166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 40.38%
G = 37.82%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDB166 (or 0xBDB166) is known color: Gimblet. HEX triplet: BD, B1 and 66. RGB value is (189,177,102). Sum of RGB (Red+Green+Blue) = 189+177+102=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB166 is #424E99. Grayscale: #ACACAC. Windows color (decimal): -4345498 or 6730173. OLE color: 6730173.

HSL color Cylindrical-coordinate representation of color #BDB166: hue angle of 51.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB166 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 102 -
CMYK 0 0.06 0.46 0.26
HSL 51.72º 0.4% 0.57% -
HSV(B) 51.72º 0.46% 0.74% -
XYZ 39.11 43.22 18.85 -
YUV 172.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 189 177 102 0 0.06 0.46 0.26 51.72 0.4 0.57
Hex BD B1 66 0 6 2E 1A 34 28 39
Octal 275 261 146 0 6 56 32 64 50 71
Binary 10111101 10110001 1100110 0 110 101110 11010 110100 101000 111001

Color Harmonies of #BDB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB166

Black with #BDB166

Text Example


Text Example

White with #BDB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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