Html Css Color HEX #BCB696 Coriander

📋 copy color: '#BCB696'

red 188 ◦ green 182 ◦ blue 150

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

Shades of Coriander #BCB696

Tints of Coriander #BCB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 36.15%
G = 35%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB696 (or 0xBCB696) is known color: Coriander. HEX triplet: BC, B6 and 96. RGB value is (188,182,150). Sum of RGB (Red+Green+Blue) = 188+182+150=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB696 is #434969. Grayscale: #B4B4B4. Windows color (decimal): -4409706 or 9877180. OLE color: 9877180.

HSL color Cylindrical-coordinate representation of color #BCB696: hue angle of 50.53º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB696 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 150 -
CMYK 0 0.03 0.20 0.26
HSL 50.53º 0.22% 0.66% -
HSV(B) 50.53º 0.2% 0.74% -
XYZ 42.97 46.35 35.54 -
YUV 180.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 188 182 150 0 0.03 0.20 0.26 50.53 0.22 0.66
Hex BC B6 96 0 3 14 1A 33 16 42
Octal 274 266 226 0 3 24 32 63 26 102
Binary 10111100 10110110 10010110 0 11 10100 11010 110011 10110 1000010

Color Harmonies of #BCB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB696

Black with #BCB696

Text Example


Text Example

White with #BCB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB696; }

 p { color: rgb(188,182,150); }

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

background-color css

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

 a { background-color: rgb(188,182,150); }

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

border-color css

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

 span { border-color: rgb(188,182,150); }

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