Html Css Color HEX #BCB160 Gimblet

📋 copy color: '#BCB160'

red 188 ◦ green 177 ◦ blue 96

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

Shades of Gimblet #BCB160

Tints of Gimblet #BCB160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 40.78%
G = 38.39%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCB160 (or 0xBCB160) is known color: Gimblet. HEX triplet: BC, B1 and 60. RGB value is (188,177,96). Sum of RGB (Red+Green+Blue) = 188+177+96=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB160 is #434E9F. Grayscale: #ABABAB. Windows color (decimal): -4411040 or 6336956. OLE color: 6336956.

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

Color convert

RGB 188 177 96 -
CMYK 0 0.06 0.49 0.26
HSL 52.83º 0.41% 0.56% -
HSV(B) 52.83º 0.49% 0.74% -
XYZ 38.57 42.98 17.33 -
YUV 171.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 188 177 96 0 0.06 0.49 0.26 52.83 0.41 0.56
Hex BC B1 60 0 6 31 1A 35 29 38
Octal 274 261 140 0 6 61 32 65 51 70
Binary 10111100 10110001 1100000 0 110 110001 11010 110101 101001 111000

Color Harmonies of #BCB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB160

Black with #BCB160

Text Example


Text Example

White with #BCB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB160; }

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

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

background-color css

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

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

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

border-color css

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

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

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