Html Css Color HEX #BCAE63 Gimblet

📋 copy color: '#BCAE63'

red 188 ◦ green 174 ◦ blue 99

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

Shades of Gimblet #BCAE63

Tints of Gimblet #BCAE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 40.78%
G = 37.74%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAE63 (or 0xBCAE63) is known color: Gimblet. HEX triplet: BC, AE and 63. RGB value is (188,174,99). Sum of RGB (Red+Green+Blue) = 188+174+99=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE63 is #43519C. Grayscale: #A9A9A9. Windows color (decimal): -4411805 or 6532796. OLE color: 6532796.

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

Color convert

RGB 188 174 99 -
CMYK 0 0.07 0.47 0.26
HSL 50.56º 0.4% 0.56% -
HSV(B) 50.56º 0.47% 0.74% -
XYZ 38.13 41.86 17.88 -
YUV 169.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 188 174 99 0 0.07 0.47 0.26 50.56 0.4 0.56
Hex BC AE 63 0 7 2F 1A 33 28 38
Octal 274 256 143 0 7 57 32 63 50 70
Binary 10111100 10101110 1100011 0 111 101111 11010 110011 101000 111000

Color Harmonies of #BCAE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE63

Black with #BCAE63

Text Example


Text Example

White with #BCAE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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