Html Css Color HEX #BCAF56 Gimblet

📋 copy color: '#BCAF56'

red 188 ◦ green 175 ◦ blue 86

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

Shades of Gimblet #BCAF56

Tints of Gimblet #BCAF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 41.87%
G = 38.98%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCAF56 (or 0xBCAF56) is known color: Gimblet. HEX triplet: BC, AF and 56. RGB value is (188,175,86). Sum of RGB (Red+Green+Blue) = 188+175+86=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF56 is #4350A9. Grayscale: #A9A9A9. Windows color (decimal): -4411562 or 5681084. OLE color: 5681084.

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

Color convert

RGB 188 175 86 -
CMYK 0 0.07 0.54 0.26
HSL 52.35º 0.43% 0.54% -
HSV(B) 52.35º 0.54% 0.74% -
XYZ 37.75 42.02 14.93 -
YUV 168.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 188 175 86 0 0.07 0.54 0.26 52.35 0.43 0.54
Hex BC AF 56 0 7 36 1A 34 2B 36
Octal 274 257 126 0 7 66 32 64 53 66
Binary 10111100 10101111 1010110 0 111 110110 11010 110100 101011 110110

Color Harmonies of #BCAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF56

Black with #BCAF56

Text Example


Text Example

White with #BCAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF56; }

 p { color: rgb(188,175,86); }

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

background-color css

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

 a { background-color: rgb(188,175,86); }

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

border-color css

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

 span { border-color: rgb(188,175,86); }

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