Html Css Color HEX #BCB688 Coriander

📋 copy color: '#BCB688'

red 188 ◦ green 182 ◦ blue 136

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

Shades of Coriander #BCB688

Tints of Coriander #BCB688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 37.15%
G = 35.97%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB688 (or 0xBCB688) is known color: Coriander. HEX triplet: BC, B6 and 88. RGB value is (188,182,136). Sum of RGB (Red+Green+Blue) = 188+182+136=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB688 is #434977. Grayscale: #B2B2B2. Windows color (decimal): -4409720 or 8959676. OLE color: 8959676.

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

Color convert

RGB 188 182 136 -
CMYK 0 0.03 0.28 0.26
HSL 53.08º 0.28% 0.64% -
HSV(B) 53.08º 0.28% 0.74% -
XYZ 41.91 45.92 29.95 -
YUV 178.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 188 182 136 0 0.03 0.28 0.26 53.08 0.28 0.64
Hex BC B6 88 0 3 1C 1A 35 1C 40
Octal 274 266 210 0 3 34 32 65 34 100
Binary 10111100 10110110 10001000 0 11 11100 11010 110101 11100 1000000

Color Harmonies of #BCB688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB688

Black with #BCB688

Text Example


Text Example

White with #BCB688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB688; }

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

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

background-color css

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

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

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

border-color css

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

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

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