Html Css Color HEX #BCB3A2 Tea

📋 copy color: '#BCB3A2'

red 188 ◦ green 179 ◦ blue 162

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

Shades of Tea #BCB3A2

Tints of Tea #BCB3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.62%

R = 35.54%
G = 33.84%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCB3A2 (or 0xBCB3A2) is known color: Tea. HEX triplet: BC, B3 and A2. RGB value is (188,179,162). Sum of RGB (Red+Green+Blue) = 188+179+162=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A2 is #434C5D. Grayscale: #B3B3B3. Windows color (decimal): -4410462 or 10662844. OLE color: 10662844.

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

Color convert

RGB 188 179 162 -
CMYK 0 0.05 0.14 0.26
HSL 39.23º 0.16% 0.69% -
HSV(B) 39.23º 0.14% 0.74% -
XYZ 43.38 45.54 40.69 -
YUV 179.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 188 179 162 0 0.05 0.14 0.26 39.23 0.16 0.69
Hex BC B3 A2 0 5 E 1A 27 10 45
Octal 274 263 242 0 5 16 32 47 20 105
Binary 10111100 10110011 10100010 0 101 1110 11010 100111 10000 1000101

Color Harmonies of #BCB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3A2

Black with #BCB3A2

Text Example


Text Example

White with #BCB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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