Html Css Color HEX #BCB6A5 Tea

📋 copy color: '#BCB6A5'

red 188 ◦ green 182 ◦ blue 165

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

Shades of Tea #BCB6A5

Tints of Tea #BCB6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

 BLUE value IS 165 (64.84% from 255) = 30.84%

R = 35.14%
G = 34.02%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCB6A5 (or 0xBCB6A5) is known color: Tea. HEX triplet: BC, B6 and A5. RGB value is (188,182,165). Sum of RGB (Red+Green+Blue) = 188+182+165=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A5 is #43495A. Grayscale: #B5B5B5. Windows color (decimal): -4409691 or 10860220. OLE color: 10860220.

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

Color convert

RGB 188 182 165 -
CMYK 0 0.03 0.12 0.26
HSL 44.35º 0.15% 0.69% -
HSV(B) 44.35º 0.12% 0.74% -
XYZ 44.26 46.86 42.31 -
YUV 181.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 188 182 165 0 0.03 0.12 0.26 44.35 0.15 0.69
Hex BC B6 A5 0 3 C 1A 2C F 45
Octal 274 266 245 0 3 14 32 54 17 105
Binary 10111100 10110110 10100101 0 11 1100 11010 101100 1111 1000101

Color Harmonies of #BCB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6A5

Black with #BCB6A5

Text Example


Text Example

White with #BCB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6A5; }

 p { color: rgb(188,182,165); }

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

background-color css

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

 a { background-color: rgb(188,182,165); }

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

border-color css

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

 span { border-color: rgb(188,182,165); }

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