Html Css Color HEX #BCB163 Gimblet

📋 copy color: '#BCB163'

red 188 ◦ green 177 ◦ blue 99

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

Shades of Gimblet #BCB163

Tints of Gimblet #BCB163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 40.52%
G = 38.15%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB163 (or 0xBCB163) is known color: Gimblet. HEX triplet: BC, B1 and 63. RGB value is (188,177,99). Sum of RGB (Red+Green+Blue) = 188+177+99=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB163 is #434E9C. Grayscale: #ABABAB. Windows color (decimal): -4411037 or 6533564. OLE color: 6533564.

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

Color convert

RGB 188 177 99 -
CMYK 0 0.06 0.47 0.26
HSL 52.58º 0.4% 0.56% -
HSV(B) 52.58º 0.47% 0.74% -
XYZ 38.71 43.04 18.07 -
YUV 171.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 188 177 99 0 0.06 0.47 0.26 52.58 0.4 0.56
Hex BC B1 63 0 6 2F 1A 35 28 38
Octal 274 261 143 0 6 57 32 65 50 70
Binary 10111100 10110001 1100011 0 110 101111 11010 110101 101000 111000

Color Harmonies of #BCB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB163

Black with #BCB163

Text Example


Text Example

White with #BCB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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