Html Css Color HEX #BCB2A5 Tea

📋 copy color: '#BCB2A5'

red 188 ◦ green 178 ◦ blue 165

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

Shades of Tea #BCB2A5

Tints of Tea #BCB2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

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

R = 35.4%
G = 33.52%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCB2A5 (or 0xBCB2A5) is known color: Tea. HEX triplet: BC, B2 and A5. RGB value is (188,178,165). Sum of RGB (Red+Green+Blue) = 188+178+165=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A5 is #434D5A. Grayscale: #B3B3B3. Windows color (decimal): -4410715 or 10859196. OLE color: 10859196.

HSL color Cylindrical-coordinate representation of color #BCB2A5: hue angle of 33.91º 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 #BCB2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 165 -
CMYK 0 0.05 0.12 0.26
HSL 33.91º 0.15% 0.69% -
HSV(B) 33.91º 0.12% 0.74% -
XYZ 43.45 45.25 42.04 -
YUV 179.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 188 178 165 0 0.05 0.12 0.26 33.91 0.15 0.69
Hex BC B2 A5 0 5 C 1A 22 F 45
Octal 274 262 245 0 5 14 32 42 17 105
Binary 10111100 10110010 10100101 0 101 1100 11010 100010 1111 1000101

Color Harmonies of #BCB2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2A5

Black with #BCB2A5

Text Example


Text Example

White with #BCB2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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