Html Css Color HEX #BCB3A0 Tea

📋 copy color: '#BCB3A0'

red 188 ◦ green 179 ◦ blue 160

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

Shades of Tea #BCB3A0

Tints of Tea #BCB3A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.36%

R = 35.67%
G = 33.97%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCB3A0 (or 0xBCB3A0) is known color: Tea. HEX triplet: BC, B3 and A0. RGB value is (188,179,160). Sum of RGB (Red+Green+Blue) = 188+179+160=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A0 is #434C5F. Grayscale: #B3B3B3. Windows color (decimal): -4410464 or 10531772. OLE color: 10531772.

HSL color Cylindrical-coordinate representation of color #BCB3A0: hue angle of 40.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB3A0 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 160 -
CMYK 0 0.05 0.15 0.26
HSL 40.71º 0.17% 0.68% -
HSV(B) 40.71º 0.15% 0.74% -
XYZ 43.2 45.47 39.76 -
YUV 179.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 188 179 160 0 0.05 0.15 0.26 40.71 0.17 0.68
Hex BC B3 A0 0 5 F 1A 29 11 44
Octal 274 263 240 0 5 17 32 51 21 104
Binary 10111100 10110011 10100000 0 101 1111 11010 101001 10001 1000100

Color Harmonies of #BCB3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3A0

Black with #BCB3A0

Text Example


Text Example

White with #BCB3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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