Html Css Color HEX #BCBA8D Coriander

📋 copy color: '#BCBA8D'

red 188 ◦ green 186 ◦ blue 141

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

Shades of Coriander #BCBA8D

Tints of Coriander #BCBA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 36.5%
G = 36.12%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCBA8D (or 0xBCBA8D) is known color: Coriander. HEX triplet: BC, BA and 8D. RGB value is (188,186,141). Sum of RGB (Red+Green+Blue) = 188+186+141=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA8D is #434572. Grayscale: #B5B5B5. Windows color (decimal): -4408691 or 9288380. OLE color: 9288380.

HSL color Cylindrical-coordinate representation of color #BCBA8D: hue angle of 57.45º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBA8D is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 141 -
CMYK 0 0.01 0.25 0.26
HSL 57.45º 0.26% 0.65% -
HSV(B) 57.45º 0.25% 0.74% -
XYZ 43.11 47.73 32.14 -
YUV 181.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 188 186 141 0 0.01 0.25 0.26 57.45 0.26 0.65
Hex BC BA 8D 0 1 19 1A 39 1A 41
Octal 274 272 215 0 1 31 32 71 32 101
Binary 10111100 10111010 10001101 0 1 11001 11010 111001 11010 1000001

Color Harmonies of #BCBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA8D

Black with #BCBA8D

Text Example


Text Example

White with #BCBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA8D; }

 p { color: rgb(188,186,141); }

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

background-color css

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

 a { background-color: rgb(188,186,141); }

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

border-color css

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

 span { border-color: rgb(188,186,141); }

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