Html Css Color HEX #BCB894 Coriander

📋 copy color: '#BCB894'

red 188 ◦ green 184 ◦ blue 148

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

Shades of Coriander #BCB894

Tints of Coriander #BCB894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 36.15%
G = 35.38%
B = 28.46%

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

#BCB894 (or 0xBCB894) is known color: Coriander. HEX triplet: BC, B8 and 94. RGB value is (188,184,148). Sum of RGB (Red+Green+Blue) = 188+184+148=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB894 is #43476B. Grayscale: #B5B5B5. Windows color (decimal): -4409196 or 9746620. OLE color: 9746620.

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

Color convert

RGB 188 184 148 -
CMYK 0 0.02 0.21 0.26
HSL 54º 0.23% 0.66% -
HSV(B) 54º 0.21% 0.74% -
XYZ 43.22 47.11 34.83 -
YUV 181.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 188 184 148 0 0.02 0.21 0.26 54 0.23 0.66
Hex BC B8 94 0 2 15 1A 36 17 42
Octal 274 270 224 0 2 25 32 66 27 102
Binary 10111100 10111000 10010100 0 10 10101 11010 110110 10111 1000010

Color Harmonies of #BCB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB894

Black with #BCB894

Text Example


Text Example

White with #BCB894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB894; }

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

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

background-color css

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

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

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

border-color css

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

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

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