Html Css Color HEX #BCAA6B Gimblet

📋 copy color: '#BCAA6B'

red 188 ◦ green 170 ◦ blue 107

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

Shades of Gimblet #BCAA6B

Tints of Gimblet #BCAA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 40.43%
G = 36.56%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCAA6B (or 0xBCAA6B) is known color: Gimblet. HEX triplet: BC, AA and 6B. RGB value is (188,170,107). Sum of RGB (Red+Green+Blue) = 188+170+107=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA6B is #435594. Grayscale: #A8A8A8. Windows color (decimal): -4412821 or 7056060. OLE color: 7056060.

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

Color convert

RGB 188 170 107 -
CMYK 0 0.10 0.43 0.26
HSL 46.67º 0.38% 0.58% -
HSV(B) 46.67º 0.43% 0.74% -
XYZ 37.77 40.5 19.74 -
YUV 168.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 188 170 107 0 0.10 0.43 0.26 46.67 0.38 0.58
Hex BC AA 6B 0 A 2B 1A 2F 26 3A
Octal 274 252 153 0 12 53 32 57 46 72
Binary 10111100 10101010 1101011 0 1010 101011 11010 101111 100110 111010

Color Harmonies of #BCAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA6B

Black with #BCAA6B

Text Example


Text Example

White with #BCAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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