Html Css Color HEX #BCB588 Coriander

📋 copy color: '#BCB588'

red 188 ◦ green 181 ◦ blue 136

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

Shades of Coriander #BCB588

Tints of Coriander #BCB588

RGB

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

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

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

R = 37.23%
G = 35.84%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB588 (or 0xBCB588) is known color: Coriander. HEX triplet: BC, B5 and 88. RGB value is (188,181,136). Sum of RGB (Red+Green+Blue) = 188+181+136=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB588 is #434A77. Grayscale: #B2B2B2. Windows color (decimal): -4409976 or 8959420. OLE color: 8959420.

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

Color convert

RGB 188 181 136 -
CMYK 0 0.04 0.28 0.26
HSL 51.92º 0.28% 0.64% -
HSV(B) 51.92º 0.28% 0.74% -
XYZ 41.71 45.52 29.88 -
YUV 177.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 188 181 136 0 0.04 0.28 0.26 51.92 0.28 0.64
Hex BC B5 88 0 4 1C 1A 34 1C 40
Octal 274 265 210 0 4 34 32 64 34 100
Binary 10111100 10110101 10001000 0 100 11100 11010 110100 11100 1000000

Color Harmonies of #BCB588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB588

Black with #BCB588

Text Example


Text Example

White with #BCB588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB588; }

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

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

background-color css

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

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

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

border-color css

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

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

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