Html Css Color HEX #BCB584 Coriander

📋 copy color: '#BCB584'

red 188 ◦ green 181 ◦ blue 132

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

Shades of Coriander #BCB584

Tints of Coriander #BCB584

RGB

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

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

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

R = 37.52%
G = 36.13%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB584 (or 0xBCB584) is known color: Coriander. HEX triplet: BC, B5 and 84. RGB value is (188,181,132). Sum of RGB (Red+Green+Blue) = 188+181+132=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB584 is #434A7B. Grayscale: #B1B1B1. Windows color (decimal): -4409980 or 8697276. OLE color: 8697276.

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

Color convert

RGB 188 181 132 -
CMYK 0 0.04 0.30 0.26
HSL 52.5º 0.29% 0.63% -
HSV(B) 52.5º 0.3% 0.74% -
XYZ 41.43 45.41 28.41 -
YUV 177.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 188 181 132 0 0.04 0.30 0.26 52.5 0.29 0.63
Hex BC B5 84 0 4 1E 1A 34 1D 3F
Octal 274 265 204 0 4 36 32 64 35 77
Binary 10111100 10110101 10000100 0 100 11110 11010 110100 11101 111111

Color Harmonies of #BCB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB584

Black with #BCB584

Text Example


Text Example

White with #BCB584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB584; }

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

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

background-color css

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

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

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

border-color css

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

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

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