Html Css Color HEX #BCBA90 Coriander

📋 copy color: '#BCBA90'

red 188 ◦ green 186 ◦ blue 144

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

Shades of Coriander #BCBA90

Tints of Coriander #BCBA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 36.29%
G = 35.91%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCBA90 (or 0xBCBA90) is known color: Coriander. HEX triplet: BC, BA and 90. RGB value is (188,186,144). Sum of RGB (Red+Green+Blue) = 188+186+144=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA90 is #43456F. Grayscale: #B5B5B5. Windows color (decimal): -4408688 or 9484988. OLE color: 9484988.

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

Color convert

RGB 188 186 144 -
CMYK 0 0.01 0.23 0.26
HSL 57.27º 0.25% 0.65% -
HSV(B) 57.27º 0.23% 0.74% -
XYZ 43.33 47.82 33.33 -
YUV 181.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 188 186 144 0 0.01 0.23 0.26 57.27 0.25 0.65
Hex BC BA 90 0 1 17 1A 39 19 41
Octal 274 272 220 0 1 27 32 71 31 101
Binary 10111100 10111010 10010000 0 1 10111 11010 111001 11001 1000001

Color Harmonies of #BCBA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA90

Black with #BCBA90

Text Example


Text Example

White with #BCBA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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