Html Css Color HEX #BCB786 Coriander

📋 copy color: '#BCB786'

red 188 ◦ green 183 ◦ blue 134

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

Shades of Coriander #BCB786

Tints of Coriander #BCB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 37.23%
G = 36.24%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB786 (or 0xBCB786) is known color: Coriander. HEX triplet: BC, B7 and 86. RGB value is (188,183,134). Sum of RGB (Red+Green+Blue) = 188+183+134=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB786 is #434879. Grayscale: #B3B3B3. Windows color (decimal): -4409466 or 8828860. OLE color: 8828860.

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

Color convert

RGB 188 183 134 -
CMYK 0 0.03 0.29 0.26
HSL 54.44º 0.29% 0.63% -
HSV(B) 54.44º 0.29% 0.74% -
XYZ 41.98 46.28 29.27 -
YUV 178.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 188 183 134 0 0.03 0.29 0.26 54.44 0.29 0.63
Hex BC B7 86 0 3 1D 1A 36 1D 3F
Octal 274 267 206 0 3 35 32 66 35 77
Binary 10111100 10110111 10000110 0 11 11101 11010 110110 11101 111111

Color Harmonies of #BCB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB786

Black with #BCB786

Text Example


Text Example

White with #BCB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB786; }

 p { color: rgb(188,183,134); }

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

background-color css

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

 a { background-color: rgb(188,183,134); }

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

border-color css

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

 span { border-color: rgb(188,183,134); }

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