Html Css Color HEX #BCB6A7 Tea

📋 copy color: '#BCB6A7'

red 188 ◦ green 182 ◦ blue 167

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

Shades of Tea #BCB6A7

Tints of Tea #BCB6A7

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.89%

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 35.01%
G = 33.89%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCB6A7 (or 0xBCB6A7) is known color: Tea. HEX triplet: BC, B6 and A7. RGB value is (188,182,167). Sum of RGB (Red+Green+Blue) = 188+182+167=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A7 is #434958. Grayscale: #B6B6B6. Windows color (decimal): -4409689 or 10991292. OLE color: 10991292.

HSL color Cylindrical-coordinate representation of color #BCB6A7: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB6A7 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 167 -
CMYK 0 0.03 0.11 0.26
HSL 42.86º 0.14% 0.7% -
HSV(B) 42.86º 0.11% 0.74% -
XYZ 44.44 46.94 43.28 -
YUV 182.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 188 182 167 0 0.03 0.11 0.26 42.86 0.14 0.7
Hex BC B6 A7 0 3 B 1A 2B E 46
Octal 274 266 247 0 3 13 32 53 16 106
Binary 10111100 10110110 10100111 0 11 1011 11010 101011 1110 1000110

Color Harmonies of #BCB6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6A7

Black with #BCB6A7

Text Example


Text Example

White with #BCB6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6A7; }

 p { color: rgb(188,182,167); }

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

background-color css

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

 a { background-color: rgb(188,182,167); }

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

border-color css

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

 span { border-color: rgb(188,182,167); }

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