Html Css Color HEX #BCB159 Gimblet

📋 copy color: '#BCB159'

red 188 ◦ green 177 ◦ blue 89

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

Shades of Gimblet #BCB159

Tints of Gimblet #BCB159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.6%

R = 41.41%
G = 38.99%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCB159 (or 0xBCB159) is known color: Gimblet. HEX triplet: BC, B1 and 59. RGB value is (188,177,89). Sum of RGB (Red+Green+Blue) = 188+177+89=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB159 is #434EA6. Grayscale: #AAAAAA. Windows color (decimal): -4411047 or 5878204. OLE color: 5878204.

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

Color convert

RGB 188 177 89 -
CMYK 0 0.06 0.53 0.26
HSL 53.33º 0.42% 0.54% -
HSV(B) 53.33º 0.53% 0.74% -
XYZ 38.26 42.86 15.71 -
YUV 170.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 188 177 89 0 0.06 0.53 0.26 53.33 0.42 0.54
Hex BC B1 59 0 6 35 1A 35 2A 36
Octal 274 261 131 0 6 65 32 65 52 66
Binary 10111100 10110001 1011001 0 110 110101 11010 110101 101010 110110

Color Harmonies of #BCB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB159

Black with #BCB159

Text Example


Text Example

White with #BCB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB159; }

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

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

background-color css

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

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

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

border-color css

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

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

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