Html Css Color HEX #BCB890 Coriander

📋 copy color: '#BCB890'

red 188 ◦ green 184 ◦ blue 144

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

Shades of Coriander #BCB890

Tints of Coriander #BCB890

RGB

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

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

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

R = 36.43%
G = 35.66%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB890 (or 0xBCB890) is known color: Coriander. HEX triplet: BC, B8 and 90. RGB value is (188,184,144). Sum of RGB (Red+Green+Blue) = 188+184+144=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB890 is #43476F. Grayscale: #B4B4B4. Windows color (decimal): -4409200 or 9484476. OLE color: 9484476.

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

Color convert

RGB 188 184 144 -
CMYK 0 0.02 0.23 0.26
HSL 54.55º 0.25% 0.65% -
HSV(B) 54.55º 0.23% 0.74% -
XYZ 42.91 46.99 33.19 -
YUV 180.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 188 184 144 0 0.02 0.23 0.26 54.55 0.25 0.65
Hex BC B8 90 0 2 17 1A 37 19 41
Octal 274 270 220 0 2 27 32 67 31 101
Binary 10111100 10111000 10010000 0 10 10111 11010 110111 11001 1000001

Color Harmonies of #BCB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB890

Black with #BCB890

Text Example


Text Example

White with #BCB890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB890; }

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

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

background-color css

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

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

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

border-color css

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

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

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