Html Css Color HEX #BCAF5E Gimblet

📋 copy color: '#BCAF5E'

red 188 ◦ green 175 ◦ blue 94

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

Shades of Gimblet #BCAF5E

Tints of Gimblet #BCAF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 41.14%
G = 38.29%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCAF5E (or 0xBCAF5E) is known color: Gimblet. HEX triplet: BC, AF and 5E. RGB value is (188,175,94). Sum of RGB (Red+Green+Blue) = 188+175+94=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF5E is #4350A1. Grayscale: #A9A9A9. Windows color (decimal): -4411554 or 6205372. OLE color: 6205372.

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

Color convert

RGB 188 175 94 -
CMYK 0 0.07 0.50 0.26
HSL 51.7º 0.41% 0.55% -
HSV(B) 51.7º 0.5% 0.74% -
XYZ 38.09 42.16 16.72 -
YUV 169.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 188 175 94 0 0.07 0.50 0.26 51.7 0.41 0.55
Hex BC AF 5E 0 7 32 1A 34 29 37
Octal 274 257 136 0 7 62 32 64 51 67
Binary 10111100 10101111 1011110 0 111 110010 11010 110100 101001 110111

Color Harmonies of #BCAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF5E

Black with #BCAF5E

Text Example


Text Example

White with #BCAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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