Html Css Color HEX #BCAA61 Gimblet

📋 copy color: '#BCAA61'

red 188 ◦ green 170 ◦ blue 97

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

Shades of Gimblet #BCAA61

Tints of Gimblet #BCAA61

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.36%

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 41.32%
G = 37.36%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCAA61 (or 0xBCAA61) is known color: Gimblet. HEX triplet: BC, AA and 61. RGB value is (188,170,97). Sum of RGB (Red+Green+Blue) = 188+170+97=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA61 is #43559E. Grayscale: #A7A7A7. Windows color (decimal): -4412831 or 6400700. OLE color: 6400700.

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

Color convert

RGB 188 170 97 -
CMYK 0 0.10 0.48 0.26
HSL 48.13º 0.4% 0.56% -
HSV(B) 48.13º 0.48% 0.74% -
XYZ 37.27 40.3 17.12 -
YUV 167.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 188 170 97 0 0.10 0.48 0.26 48.13 0.4 0.56
Hex BC AA 61 0 A 30 1A 30 28 38
Octal 274 252 141 0 12 60 32 60 50 70
Binary 10111100 10101010 1100001 0 1010 110000 11010 110000 101000 111000

Color Harmonies of #BCAA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA61

Black with #BCAA61

Text Example


Text Example

White with #BCAA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA61; }

 p { color: rgb(188,170,97); }

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

background-color css

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

 a { background-color: rgb(188,170,97); }

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

border-color css

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

 span { border-color: rgb(188,170,97); }

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