Html Css Color HEX #BCAA68 Gimblet

📋 copy color: '#BCAA68'

red 188 ◦ green 170 ◦ blue 104

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

Shades of Gimblet #BCAA68

Tints of Gimblet #BCAA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 40.69%
G = 36.8%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAA68 (or 0xBCAA68) is known color: Gimblet. HEX triplet: BC, AA and 68. RGB value is (188,170,104). Sum of RGB (Red+Green+Blue) = 188+170+104=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA68 is #435597. Grayscale: #A8A8A8. Windows color (decimal): -4412824 or 6859452. OLE color: 6859452.

HSL color Cylindrical-coordinate representation of color #BCAA68: hue angle of 47.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCAA68 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 104 -
CMYK 0 0.10 0.45 0.26
HSL 47.14º 0.39% 0.57% -
HSV(B) 47.14º 0.45% 0.74% -
XYZ 37.61 40.44 18.92 -
YUV 167.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 188 170 104 0 0.10 0.45 0.26 47.14 0.39 0.57
Hex BC AA 68 0 A 2D 1A 2F 27 39
Octal 274 252 150 0 12 55 32 57 47 71
Binary 10111100 10101010 1101000 0 1010 101101 11010 101111 100111 111001

Color Harmonies of #BCAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA68

Black with #BCAA68

Text Example


Text Example

White with #BCAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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