Html Css Color HEX #BCB364 Gimblet

📋 copy color: '#BCB364'

red 188 ◦ green 179 ◦ blue 100

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

Shades of Gimblet #BCB364

Tints of Gimblet #BCB364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 40.26%
G = 38.33%
B = 21.41%

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

#BCB364 (or 0xBCB364) is known color: Gimblet. HEX triplet: BC, B3 and 64. RGB value is (188,179,100). Sum of RGB (Red+Green+Blue) = 188+179+100=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB364 is #434C9B. Grayscale: #ADADAD. Windows color (decimal): -4410524 or 6599612. OLE color: 6599612.

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

Color convert

RGB 188 179 100 -
CMYK 0 0.05 0.47 0.26
HSL 53.86º 0.4% 0.56% -
HSV(B) 53.86º 0.47% 0.74% -
XYZ 39.16 43.85 18.46 -
YUV 172.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 188 179 100 0 0.05 0.47 0.26 53.86 0.4 0.56
Hex BC B3 64 0 5 2F 1A 36 28 38
Octal 274 263 144 0 5 57 32 66 50 70
Binary 10111100 10110011 1100100 0 101 101111 11010 110110 101000 111000

Color Harmonies of #BCB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB364

Black with #BCB364

Text Example


Text Example

White with #BCB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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