Html Css Color HEX #BCB995 Coriander

📋 copy color: '#BCB995'

red 188 ◦ green 185 ◦ blue 149

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

Shades of Coriander #BCB995

Tints of Coriander #BCB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 36.02%
G = 35.44%
B = 28.54%

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

#BCB995 (or 0xBCB995) is known color: Coriander. HEX triplet: BC, B9 and 95. RGB value is (188,185,149). Sum of RGB (Red+Green+Blue) = 188+185+149=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB995 is #43466A. Grayscale: #B5B5B5. Windows color (decimal): -4408939 or 9812412. OLE color: 9812412.

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

Color convert

RGB 188 185 149 -
CMYK 0 0.02 0.21 0.26
HSL 55.38º 0.23% 0.66% -
HSV(B) 55.38º 0.21% 0.74% -
XYZ 43.51 47.56 35.32 -
YUV 181.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 188 185 149 0 0.02 0.21 0.26 55.38 0.23 0.66
Hex BC B9 95 0 2 15 1A 37 17 42
Octal 274 271 225 0 2 25 32 67 27 102
Binary 10111100 10111001 10010101 0 10 10101 11010 110111 10111 1000010

Color Harmonies of #BCB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB995

Black with #BCB995

Text Example


Text Example

White with #BCB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB995; }

 p { color: rgb(188,185,149); }

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

background-color css

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

 a { background-color: rgb(188,185,149); }

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

border-color css

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

 span { border-color: rgb(188,185,149); }

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