Html Css Color HEX #BCB166 Gimblet

📋 copy color: '#BCB166'

red 188 ◦ green 177 ◦ blue 102

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

Shades of Gimblet #BCB166

Tints of Gimblet #BCB166

RGB

 RED value IS 188 (73.83% from 255) = 40.26%

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

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

R = 40.26%
G = 37.9%
B = 21.84%

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

#BCB166 (or 0xBCB166) is known color: Gimblet. HEX triplet: BC, B1 and 66. RGB value is (188,177,102). Sum of RGB (Red+Green+Blue) = 188+177+102=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB166 is #434E99. Grayscale: #ACACAC. Windows color (decimal): -4411034 or 6730172. OLE color: 6730172.

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

Color convert

RGB 188 177 102 -
CMYK 0 0.06 0.46 0.26
HSL 52.33º 0.39% 0.57% -
HSV(B) 52.33º 0.46% 0.74% -
XYZ 38.86 43.09 18.84 -
YUV 171.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 188 177 102 0 0.06 0.46 0.26 52.33 0.39 0.57
Hex BC B1 66 0 6 2E 1A 34 27 39
Octal 274 261 146 0 6 56 32 64 47 71
Binary 10111100 10110001 1100110 0 110 101110 11010 110100 100111 111001

Color Harmonies of #BCB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB166

Black with #BCB166

Text Example


Text Example

White with #BCB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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