Html Css Color HEX #BCAC62 Gimblet

📋 copy color: '#BCAC62'

red 188 ◦ green 172 ◦ blue 98

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

Shades of Gimblet #BCAC62

Tints of Gimblet #BCAC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.55%

 BLUE value IS 98 (38.67% from 255) = 21.4%

R = 41.05%
G = 37.55%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCAC62 (or 0xBCAC62) is known color: Gimblet. HEX triplet: BC, AC and 62. RGB value is (188,172,98). Sum of RGB (Red+Green+Blue) = 188+172+98=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC62 is #43539D. Grayscale: #A8A8A8. Windows color (decimal): -4412318 or 6466748. OLE color: 6466748.

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

Color convert

RGB 188 172 98 -
CMYK 0 0.09 0.48 0.26
HSL 49.33º 0.4% 0.56% -
HSV(B) 49.33º 0.48% 0.74% -
XYZ 37.7 41.08 17.5 -
YUV 168.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 188 172 98 0 0.09 0.48 0.26 49.33 0.4 0.56
Hex BC AC 62 0 9 30 1A 31 28 38
Octal 274 254 142 0 11 60 32 61 50 70
Binary 10111100 10101100 1100010 0 1001 110000 11010 110001 101000 111000

Color Harmonies of #BCAC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC62

Black with #BCAC62

Text Example


Text Example

White with #BCAC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC62; }

 p { color: rgb(188,172,98); }

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

background-color css

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

 a { background-color: rgb(188,172,98); }

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

border-color css

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

 span { border-color: rgb(188,172,98); }

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