Html Css Color HEX #BCAF6A Gimblet

📋 copy color: '#BCAF6A'

red 188 ◦ green 175 ◦ blue 106

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

Shades of Gimblet #BCAF6A

Tints of Gimblet #BCAF6A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.31%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 40.09%
G = 37.31%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCAF6A (or 0xBCAF6A) is known color: Gimblet. HEX triplet: BC, AF and 6A. RGB value is (188,175,106). Sum of RGB (Red+Green+Blue) = 188+175+106=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF6A is #435095. Grayscale: #ABABAB. Windows color (decimal): -4411542 or 6991804. OLE color: 6991804.

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

Color convert

RGB 188 175 106 -
CMYK 0 0.07 0.44 0.26
HSL 50.49º 0.38% 0.58% -
HSV(B) 50.49º 0.44% 0.74% -
XYZ 38.67 42.39 19.78 -
YUV 171.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 188 175 106 0 0.07 0.44 0.26 50.49 0.38 0.58
Hex BC AF 6A 0 7 2C 1A 32 26 3A
Octal 274 257 152 0 7 54 32 62 46 72
Binary 10111100 10101111 1101010 0 111 101100 11010 110010 100110 111010

Color Harmonies of #BCAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF6A

Black with #BCAF6A

Text Example


Text Example

White with #BCAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF6A; }

 p { color: rgb(188,175,106); }

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

background-color css

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

 a { background-color: rgb(188,175,106); }

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

border-color css

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

 span { border-color: rgb(188,175,106); }

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