Html Css Color HEX #BCB4A1 Tea

📋 copy color: '#BCB4A1'

red 188 ◦ green 180 ◦ blue 161

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

Shades of Tea #BCB4A1

Tints of Tea #BCB4A1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

 BLUE value IS 161 (63.28% from 255) = 30.43%

R = 35.54%
G = 34.03%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCB4A1 (or 0xBCB4A1) is known color: Tea. HEX triplet: BC, B4 and A1. RGB value is (188,180,161). Sum of RGB (Red+Green+Blue) = 188+180+161=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4A1 is #434B5E. Grayscale: #B4B4B4. Windows color (decimal): -4410207 or 10597564. OLE color: 10597564.

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

Color convert

RGB 188 180 161 -
CMYK 0 0.04 0.14 0.26
HSL 42.22º 0.17% 0.68% -
HSV(B) 42.22º 0.14% 0.74% -
XYZ 43.49 45.91 40.29 -
YUV 180.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 188 180 161 0 0.04 0.14 0.26 42.22 0.17 0.68
Hex BC B4 A1 0 4 E 1A 2A 11 44
Octal 274 264 241 0 4 16 32 52 21 104
Binary 10111100 10110100 10100001 0 100 1110 11010 101010 10001 1000100

Color Harmonies of #BCB4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4A1

Black with #BCB4A1

Text Example


Text Example

White with #BCB4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4A1; }

 p { color: rgb(188,180,161); }

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

background-color css

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

 a { background-color: rgb(188,180,161); }

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

border-color css

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

 span { border-color: rgb(188,180,161); }

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