Html Css Color HEX #BCB3A4 Tea

📋 copy color: '#BCB3A4'

red 188 ◦ green 179 ◦ blue 164

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

Shades of Tea #BCB3A4

Tints of Tea #BCB3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.89%

R = 35.4%
G = 33.71%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCB3A4 (or 0xBCB3A4) is known color: Tea. HEX triplet: BC, B3 and A4. RGB value is (188,179,164). Sum of RGB (Red+Green+Blue) = 188+179+164=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A4 is #434C5B. Grayscale: #B4B4B4. Windows color (decimal): -4410460 or 10793916. OLE color: 10793916.

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

Color convert

RGB 188 179 164 -
CMYK 0 0.05 0.13 0.26
HSL 37.5º 0.15% 0.69% -
HSV(B) 37.5º 0.13% 0.74% -
XYZ 43.56 45.61 41.63 -
YUV 179.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 188 179 164 0 0.05 0.13 0.26 37.5 0.15 0.69
Hex BC B3 A4 0 5 D 1A 26 F 45
Octal 274 263 244 0 5 15 32 46 17 105
Binary 10111100 10110011 10100100 0 101 1101 11010 100110 1111 1000101

Color Harmonies of #BCB3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3A4

Black with #BCB3A4

Text Example


Text Example

White with #BCB3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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