Html Css Color HEX #BCB684 Coriander

📋 copy color: '#BCB684'

red 188 ◦ green 182 ◦ blue 132

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

Shades of Coriander #BCB684

Tints of Coriander #BCB684

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

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

R = 37.45%
G = 36.25%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB684 (or 0xBCB684) is known color: Coriander. HEX triplet: BC, B6 and 84. RGB value is (188,182,132). Sum of RGB (Red+Green+Blue) = 188+182+132=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB684 is #43497B. Grayscale: #B2B2B2. Windows color (decimal): -4409724 or 8697532. OLE color: 8697532.

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

Color convert

RGB 188 182 132 -
CMYK 0 0.03 0.30 0.26
HSL 53.57º 0.29% 0.63% -
HSV(B) 53.57º 0.3% 0.74% -
XYZ 41.63 45.81 28.48 -
YUV 178.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 188 182 132 0 0.03 0.30 0.26 53.57 0.29 0.63
Hex BC B6 84 0 3 1E 1A 36 1D 3F
Octal 274 266 204 0 3 36 32 66 35 77
Binary 10111100 10110110 10000100 0 11 11110 11010 110110 11101 111111

Color Harmonies of #BCB684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB684

Black with #BCB684

Text Example


Text Example

White with #BCB684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB684; }

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

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

background-color css

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

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

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

border-color css

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

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

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