Html Css Color HEX #BCAE5B Gimblet

📋 copy color: '#BCAE5B'

red 188 ◦ green 174 ◦ blue 91

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

Shades of Gimblet #BCAE5B

Tints of Gimblet #BCAE5B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

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

R = 41.5%
G = 38.41%
B = 20.09%

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

#BCAE5B (or 0xBCAE5B) is known color: Gimblet. HEX triplet: BC, AE and 5B. RGB value is (188,174,91). Sum of RGB (Red+Green+Blue) = 188+174+91=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE5B is #4351A4. Grayscale: #A9A9A9. Windows color (decimal): -4411813 or 6008508. OLE color: 6008508.

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

Color convert

RGB 188 174 91 -
CMYK 0 0.07 0.52 0.26
HSL 51.34º 0.42% 0.55% -
HSV(B) 51.34º 0.52% 0.74% -
XYZ 37.76 41.72 15.96 -
YUV 168.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 188 174 91 0 0.07 0.52 0.26 51.34 0.42 0.55
Hex BC AE 5B 0 7 34 1A 33 2A 37
Octal 274 256 133 0 7 64 32 63 52 67
Binary 10111100 10101110 1011011 0 111 110100 11010 110011 101010 110111

Color Harmonies of #BCAE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE5B

Black with #BCAE5B

Text Example


Text Example

White with #BCAE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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