Html Css Color HEX #BCB691 Coriander

📋 copy color: '#BCB691'

red 188 ◦ green 182 ◦ blue 145

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

Shades of Coriander #BCB691

Tints of Coriander #BCB691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.16%

R = 36.5%
G = 35.34%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB691 (or 0xBCB691) is known color: Coriander. HEX triplet: BC, B6 and 91. RGB value is (188,182,145). Sum of RGB (Red+Green+Blue) = 188+182+145=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB691 is #43496E. Grayscale: #B3B3B3. Windows color (decimal): -4409711 or 9549500. OLE color: 9549500.

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

Color convert

RGB 188 182 145 -
CMYK 0 0.03 0.23 0.26
HSL 51.63º 0.24% 0.65% -
HSV(B) 51.63º 0.23% 0.74% -
XYZ 42.58 46.19 33.46 -
YUV 179.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 188 182 145 0 0.03 0.23 0.26 51.63 0.24 0.65
Hex BC B6 91 0 3 17 1A 34 18 41
Octal 274 266 221 0 3 27 32 64 30 101
Binary 10111100 10110110 10010001 0 11 10111 11010 110100 11000 1000001

Color Harmonies of #BCB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB691

Black with #BCB691

Text Example


Text Example

White with #BCB691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB691; }

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

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

background-color css

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

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

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

border-color css

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

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

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