Html Css Color HEX #BCB586 Coriander

📋 copy color: '#BCB586'

red 188 ◦ green 181 ◦ blue 134

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

Shades of Coriander #BCB586

Tints of Coriander #BCB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.98%

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

R = 37.38%
G = 35.98%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB586 (or 0xBCB586) is known color: Coriander. HEX triplet: BC, B5 and 86. RGB value is (188,181,134). Sum of RGB (Red+Green+Blue) = 188+181+134=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB586 is #434A79. Grayscale: #B1B1B1. Windows color (decimal): -4409978 or 8828348. OLE color: 8828348.

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

Color convert

RGB 188 181 134 -
CMYK 0 0.04 0.29 0.26
HSL 52.22º 0.29% 0.63% -
HSV(B) 52.22º 0.29% 0.74% -
XYZ 41.57 45.46 29.14 -
YUV 177.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 188 181 134 0 0.04 0.29 0.26 52.22 0.29 0.63
Hex BC B5 86 0 4 1D 1A 34 1D 3F
Octal 274 265 206 0 4 35 32 64 35 77
Binary 10111100 10110101 10000110 0 100 11101 11010 110100 11101 111111

Color Harmonies of #BCB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB586

Black with #BCB586

Text Example


Text Example

White with #BCB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB586; }

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

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

background-color css

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

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

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

border-color css

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

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

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