Html Css Color HEX #BCB79B Tana

📋 copy color: '#BCB79B'

red 188 ◦ green 183 ◦ blue 155

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

Shades of Tana #BCB79B

Tints of Tana #BCB79B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.79%

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 35.74%
G = 34.79%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCB79B (or 0xBCB79B) is known color: Tana. HEX triplet: BC, B7 and 9B. RGB value is (188,183,155). Sum of RGB (Red+Green+Blue) = 188+183+155=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79B is #434864. Grayscale: #B5B5B5. Windows color (decimal): -4409445 or 10205116. OLE color: 10205116.

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

Color convert

RGB 188 183 155 -
CMYK 0 0.03 0.18 0.26
HSL 50.91º 0.2% 0.67% -
HSV(B) 50.91º 0.18% 0.74% -
XYZ 43.59 46.92 37.77 -
YUV 181.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 188 183 155 0 0.03 0.18 0.26 50.91 0.2 0.67
Hex BC B7 9B 0 3 12 1A 33 14 43
Octal 274 267 233 0 3 22 32 63 24 103
Binary 10111100 10110111 10011011 0 11 10010 11010 110011 10100 1000011

Color Harmonies of #BCB79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB79B

Black with #BCB79B

Text Example


Text Example

White with #BCB79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB79B; }

 p { color: rgb(188,183,155); }

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

background-color css

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

 a { background-color: rgb(188,183,155); }

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

border-color css

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

 span { border-color: rgb(188,183,155); }

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