Html Css Color HEX #BCA85B Gimblet

📋 copy color: '#BCA85B'

red 188 ◦ green 168 ◦ blue 91

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

Shades of Gimblet #BCA85B

Tints of Gimblet #BCA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 42.06%
G = 37.58%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCA85B (or 0xBCA85B) is known color: Gimblet. HEX triplet: BC, A8 and 5B. RGB value is (188,168,91). Sum of RGB (Red+Green+Blue) = 188+168+91=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA85B is #4357A4. Grayscale: #A5A5A5. Windows color (decimal): -4413349 or 6006972. OLE color: 6006972.

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

Color convert

RGB 188 168 91 -
CMYK 0 0.11 0.52 0.26
HSL 47.63º 0.42% 0.55% -
HSV(B) 47.63º 0.52% 0.74% -
XYZ 36.63 39.45 15.58 -
YUV 165.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 188 168 91 0 0.11 0.52 0.26 47.63 0.42 0.55
Hex BC A8 5B 0 B 34 1A 30 2A 37
Octal 274 250 133 0 13 64 32 60 52 67
Binary 10111100 10101000 1011011 0 1011 110100 11010 110000 101010 110111

Color Harmonies of #BCA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA85B

Black with #BCA85B

Text Example


Text Example

White with #BCA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA85B; }

 p { color: rgb(188,168,91); }

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

background-color css

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

 a { background-color: rgb(188,168,91); }

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

border-color css

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

 span { border-color: rgb(188,168,91); }

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