Html Css Color HEX #BCB363 Gimblet

📋 copy color: '#BCB363'

red 188 ◦ green 179 ◦ blue 99

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

Shades of Gimblet #BCB363

Tints of Gimblet #BCB363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

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

R = 40.34%
G = 38.41%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB363 (or 0xBCB363) is known color: Gimblet. HEX triplet: BC, B3 and 63. RGB value is (188,179,99). Sum of RGB (Red+Green+Blue) = 188+179+99=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB363 is #434C9C. Grayscale: #ACACAC. Windows color (decimal): -4410525 or 6534076. OLE color: 6534076.

HSL color Cylindrical-coordinate representation of color #BCB363: hue angle of 53.93º 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 #BCB363 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 99 -
CMYK 0 0.05 0.47 0.26
HSL 53.93º 0.4% 0.56% -
HSV(B) 53.93º 0.47% 0.74% -
XYZ 39.11 43.83 18.2 -
YUV 172.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 188 179 99 0 0.05 0.47 0.26 53.93 0.4 0.56
Hex BC B3 63 0 5 2F 1A 36 28 38
Octal 274 263 143 0 5 57 32 66 50 70
Binary 10111100 10110011 1100011 0 101 101111 11010 110110 101000 111000

Color Harmonies of #BCB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB363

Black with #BCB363

Text Example


Text Example

White with #BCB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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