Html Css Color HEX #BCB388 Coriander

📋 copy color: '#BCB388'

red 188 ◦ green 179 ◦ blue 136

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

Shades of Coriander #BCB388

Tints of Coriander #BCB388

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 37.38%
G = 35.59%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB388 (or 0xBCB388) is known color: Coriander. HEX triplet: BC, B3 and 88. RGB value is (188,179,136). Sum of RGB (Red+Green+Blue) = 188+179+136=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB388 is #434C77. Grayscale: #B0B0B0. Windows color (decimal): -4410488 or 8958908. OLE color: 8958908.

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

Color convert

RGB 188 179 136 -
CMYK 0 0.05 0.28 0.26
HSL 49.62º 0.28% 0.64% -
HSV(B) 49.62º 0.28% 0.74% -
XYZ 41.3 44.71 29.75 -
YUV 176.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 188 179 136 0 0.05 0.28 0.26 49.62 0.28 0.64
Hex BC B3 88 0 5 1C 1A 32 1C 40
Octal 274 263 210 0 5 34 32 62 34 100
Binary 10111100 10110011 10001000 0 101 11100 11010 110010 11100 1000000

Color Harmonies of #BCB388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB388

Black with #BCB388

Text Example


Text Example

White with #BCB388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB388; }

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

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

background-color css

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

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

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

border-color css

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

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

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