Html Css Color HEX #BCB387 Coriander

📋 copy color: '#BCB387'

red 188 ◦ green 179 ◦ blue 135

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

Shades of Coriander #BCB387

Tints of Coriander #BCB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 37.45%
G = 35.66%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB387 (or 0xBCB387) is known color: Coriander. HEX triplet: BC, B3 and 87. RGB value is (188,179,135). Sum of RGB (Red+Green+Blue) = 188+179+135=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB387 is #434C78. Grayscale: #B0B0B0. Windows color (decimal): -4410489 or 8893372. OLE color: 8893372.

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

Color convert

RGB 188 179 135 -
CMYK 0 0.05 0.28 0.26
HSL 49.81º 0.28% 0.63% -
HSV(B) 49.81º 0.28% 0.74% -
XYZ 41.23 44.68 29.37 -
YUV 176.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 188 179 135 0 0.05 0.28 0.26 49.81 0.28 0.63
Hex BC B3 87 0 5 1C 1A 32 1C 3F
Octal 274 263 207 0 5 34 32 62 34 77
Binary 10111100 10110011 10000111 0 101 11100 11010 110010 11100 111111

Color Harmonies of #BCB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB387

Black with #BCB387

Text Example


Text Example

White with #BCB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB387; }

 p { color: rgb(188,179,135); }

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

background-color css

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

 a { background-color: rgb(188,179,135); }

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

border-color css

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

 span { border-color: rgb(188,179,135); }

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