Html Css Color HEX #BCB89B Tana

📋 copy color: '#BCB89B'

red 188 ◦ green 184 ◦ blue 155

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

Shades of Tana #BCB89B

Tints of Tana #BCB89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.91%

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

R = 35.67%
G = 34.91%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCB89B (or 0xBCB89B) is known color: Tana. HEX triplet: BC, B8 and 9B. RGB value is (188,184,155). Sum of RGB (Red+Green+Blue) = 188+184+155=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB89B is #434764. Grayscale: #B6B6B6. Windows color (decimal): -4409189 or 10205372. OLE color: 10205372.

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

Color convert

RGB 188 184 155 -
CMYK 0 0.02 0.18 0.26
HSL 52.73º 0.2% 0.67% -
HSV(B) 52.73º 0.18% 0.74% -
XYZ 43.8 47.34 37.84 -
YUV 181.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 188 184 155 0 0.02 0.18 0.26 52.73 0.2 0.67
Hex BC B8 9B 0 2 12 1A 35 14 43
Octal 274 270 233 0 2 22 32 65 24 103
Binary 10111100 10111000 10011011 0 10 10010 11010 110101 10100 1000011

Color Harmonies of #BCB89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB89B

Black with #BCB89B

Text Example


Text Example

White with #BCB89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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