Html Css Color HEX #BCAF57 Gimblet

📋 copy color: '#BCAF57'

red 188 ◦ green 175 ◦ blue 87

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

Shades of Gimblet #BCAF57

Tints of Gimblet #BCAF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.33%

R = 41.78%
G = 38.89%
B = 19.33%

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

#BCAF57 (or 0xBCAF57) is known color: Gimblet. HEX triplet: BC, AF and 57. RGB value is (188,175,87). Sum of RGB (Red+Green+Blue) = 188+175+87=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF57 is #4350A8. Grayscale: #A9A9A9. Windows color (decimal): -4411561 or 5746620. OLE color: 5746620.

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

Color convert

RGB 188 175 87 -
CMYK 0 0.07 0.54 0.26
HSL 52.28º 0.43% 0.54% -
HSV(B) 52.28º 0.54% 0.74% -
XYZ 37.79 42.04 15.14 -
YUV 168.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 188 175 87 0 0.07 0.54 0.26 52.28 0.43 0.54
Hex BC AF 57 0 7 36 1A 34 2B 36
Octal 274 257 127 0 7 66 32 64 53 66
Binary 10111100 10101111 1010111 0 111 110110 11010 110100 101011 110110

Color Harmonies of #BCAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF57

Black with #BCAF57

Text Example


Text Example

White with #BCAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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