Html Css Color HEX #BCBA8F Coriander

📋 copy color: '#BCBA8F'

red 188 ◦ green 186 ◦ blue 143

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

Shades of Coriander #BCBA8F

Tints of Coriander #BCBA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.66%

R = 36.36%
G = 35.98%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCBA8F (or 0xBCBA8F) is known color: Coriander. HEX triplet: BC, BA and 8F. RGB value is (188,186,143). Sum of RGB (Red+Green+Blue) = 188+186+143=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA8F is #434570. Grayscale: #B5B5B5. Windows color (decimal): -4408689 or 9419452. OLE color: 9419452.

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

Color convert

RGB 188 186 143 -
CMYK 0 0.01 0.24 0.26
HSL 57.33º 0.25% 0.65% -
HSV(B) 57.33º 0.24% 0.74% -
XYZ 43.26 47.79 32.93 -
YUV 181.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 188 186 143 0 0.01 0.24 0.26 57.33 0.25 0.65
Hex BC BA 8F 0 1 18 1A 39 19 41
Octal 274 272 217 0 1 30 32 71 31 101
Binary 10111100 10111010 10001111 0 1 11000 11010 111001 11001 1000001

Color Harmonies of #BCBA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA8F

Black with #BCBA8F

Text Example


Text Example

White with #BCBA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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