Html Css Color HEX #BCB698 Tana

📋 copy color: '#BCB698'

red 188 ◦ green 182 ◦ blue 152

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

Shades of Tana #BCB698

Tints of Tana #BCB698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 36.02%
G = 34.87%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB698 (or 0xBCB698) is known color: Tana. HEX triplet: BC, B6 and 98. RGB value is (188,182,152). Sum of RGB (Red+Green+Blue) = 188+182+152=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB698 is #434967. Grayscale: #B4B4B4. Windows color (decimal): -4409704 or 10008252. OLE color: 10008252.

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

Color convert

RGB 188 182 152 -
CMYK 0 0.03 0.19 0.26
HSL 50º 0.21% 0.67% -
HSV(B) 50º 0.19% 0.74% -
XYZ 43.13 46.41 36.39 -
YUV 180.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 188 182 152 0 0.03 0.19 0.26 50 0.21 0.67
Hex BC B6 98 0 3 13 1A 32 15 43
Octal 274 266 230 0 3 23 32 62 25 103
Binary 10111100 10110110 10011000 0 11 10011 11010 110010 10101 1000011

Color Harmonies of #BCB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB698

Black with #BCB698

Text Example


Text Example

White with #BCB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB698; }

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

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

background-color css

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

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

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

border-color css

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

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

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