Html Css Color HEX #BCB3A7 Tea

📋 copy color: '#BCB3A7'

red 188 ◦ green 179 ◦ blue 167

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

Shades of Tea #BCB3A7

Tints of Tea #BCB3A7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.52%

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

R = 35.21%
G = 33.52%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCB3A7 (or 0xBCB3A7) is known color: Tea. HEX triplet: BC, B3 and A7. RGB value is (188,179,167). Sum of RGB (Red+Green+Blue) = 188+179+167=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A7 is #434C58. Grayscale: #B4B4B4. Windows color (decimal): -4410457 or 10990524. OLE color: 10990524.

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

Color convert

RGB 188 179 167 -
CMYK 0 0.05 0.11 0.26
HSL 34.29º 0.14% 0.7% -
HSV(B) 34.29º 0.11% 0.74% -
XYZ 43.83 45.72 43.07 -
YUV 180.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 188 179 167 0 0.05 0.11 0.26 34.29 0.14 0.7
Hex BC B3 A7 0 5 B 1A 22 E 46
Octal 274 263 247 0 5 13 32 42 16 106
Binary 10111100 10110011 10100111 0 101 1011 11010 100010 1110 1000110

Color Harmonies of #BCB3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3A7

Black with #BCB3A7

Text Example


Text Example

White with #BCB3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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