Html Css Color HEX #BCAF5B Gimblet

📋 copy color: '#BCAF5B'

red 188 ◦ green 175 ◦ blue 91

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

Shades of Gimblet #BCAF5B

Tints of Gimblet #BCAF5B

RGB

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

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

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

R = 41.41%
G = 38.55%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCAF5B (or 0xBCAF5B) is known color: Gimblet. HEX triplet: BC, AF and 5B. RGB value is (188,175,91). Sum of RGB (Red+Green+Blue) = 188+175+91=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF5B is #4350A4. Grayscale: #A9A9A9. Windows color (decimal): -4411557 or 6008764. OLE color: 6008764.

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

Color convert

RGB 188 175 91 -
CMYK 0 0.07 0.52 0.26
HSL 51.96º 0.42% 0.55% -
HSV(B) 51.96º 0.52% 0.74% -
XYZ 37.96 42.11 16.02 -
YUV 169.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 188 175 91 0 0.07 0.52 0.26 51.96 0.42 0.55
Hex BC AF 5B 0 7 34 1A 34 2A 37
Octal 274 257 133 0 7 64 32 64 52 67
Binary 10111100 10101111 1011011 0 111 110100 11010 110100 101010 110111

Color Harmonies of #BCAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF5B

Black with #BCAF5B

Text Example


Text Example

White with #BCAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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