Html Css Color HEX #BCB895 Coriander

📋 copy color: '#BCB895'

red 188 ◦ green 184 ◦ blue 149

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

Shades of Coriander #BCB895

Tints of Coriander #BCB895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 36.08%
G = 35.32%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB895 (or 0xBCB895) is known color: Coriander. HEX triplet: BC, B8 and 95. RGB value is (188,184,149). Sum of RGB (Red+Green+Blue) = 188+184+149=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB895 is #43476A. Grayscale: #B5B5B5. Windows color (decimal): -4409195 or 9812156. OLE color: 9812156.

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

Color convert

RGB 188 184 149 -
CMYK 0 0.02 0.21 0.26
HSL 53.85º 0.23% 0.66% -
HSV(B) 53.85º 0.21% 0.74% -
XYZ 43.3 47.14 35.25 -
YUV 181.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 188 184 149 0 0.02 0.21 0.26 53.85 0.23 0.66
Hex BC B8 95 0 2 15 1A 36 17 42
Octal 274 270 225 0 2 25 32 66 27 102
Binary 10111100 10111000 10010101 0 10 10101 11010 110110 10111 1000010

Color Harmonies of #BCB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB895

Black with #BCB895

Text Example


Text Example

White with #BCB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB895; }

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

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

background-color css

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

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

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

border-color css

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

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

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