Html Css Color HEX #BCB29F Tea

📋 copy color: '#BCB29F'

red 188 ◦ green 178 ◦ blue 159

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

Shades of Tea #BCB29F

Tints of Tea #BCB29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.29%

R = 35.81%
G = 33.9%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCB29F (or 0xBCB29F) is known color: Tea. HEX triplet: BC, B2 and 9F. RGB value is (188,178,159). Sum of RGB (Red+Green+Blue) = 188+178+159=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29F is #434D60. Grayscale: #B2B2B2. Windows color (decimal): -4410721 or 10465980. OLE color: 10465980.

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

Color convert

RGB 188 178 159 -
CMYK 0 0.05 0.15 0.26
HSL 39.31º 0.18% 0.68% -
HSV(B) 39.31º 0.15% 0.74% -
XYZ 42.92 45.04 39.23 -
YUV 178.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 188 178 159 0 0.05 0.15 0.26 39.31 0.18 0.68
Hex BC B2 9F 0 5 F 1A 27 12 44
Octal 274 262 237 0 5 17 32 47 22 104
Binary 10111100 10110010 10011111 0 101 1111 11010 100111 10010 1000100

Color Harmonies of #BCB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB29F

Black with #BCB29F

Text Example


Text Example

White with #BCB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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