Html Css Color HEX #BCB884 Coriander

📋 copy color: '#BCB884'

red 188 ◦ green 184 ◦ blue 132

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

Shades of Coriander #BCB884

Tints of Coriander #BCB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 132 (51.95% from 255) = 26.19%

R = 37.3%
G = 36.51%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB884 (or 0xBCB884) is known color: Coriander. HEX triplet: BC, B8 and 84. RGB value is (188,184,132). Sum of RGB (Red+Green+Blue) = 188+184+132=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB884 is #43477B. Grayscale: #B3B3B3. Windows color (decimal): -4409212 or 8698044. OLE color: 8698044.

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

Color convert

RGB 188 184 132 -
CMYK 0 0.02 0.30 0.26
HSL 55.71º 0.29% 0.63% -
HSV(B) 55.71º 0.3% 0.74% -
XYZ 42.04 46.64 28.62 -
YUV 179.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 188 184 132 0 0.02 0.30 0.26 55.71 0.29 0.63
Hex BC B8 84 0 2 1E 1A 38 1D 3F
Octal 274 270 204 0 2 36 32 70 35 77
Binary 10111100 10111000 10000100 0 10 11110 11010 111000 11101 111111

Color Harmonies of #BCB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB884

Black with #BCB884

Text Example


Text Example

White with #BCB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB884; }

 p { color: rgb(188,184,132); }

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

background-color css

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

 a { background-color: rgb(188,184,132); }

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

border-color css

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

 span { border-color: rgb(188,184,132); }

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