Html Css Color HEX #BCB488 Coriander

📋 copy color: '#BCB488'

red 188 ◦ green 180 ◦ blue 136

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

Shades of Coriander #BCB488

Tints of Coriander #BCB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

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

R = 37.3%
G = 35.71%
B = 26.98%

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

#BCB488 (or 0xBCB488) is known color: Coriander. HEX triplet: BC, B4 and 88. RGB value is (188,180,136). Sum of RGB (Red+Green+Blue) = 188+180+136=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB488 is #434B77. Grayscale: #B1B1B1. Windows color (decimal): -4410232 or 8959164. OLE color: 8959164.

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

Color convert

RGB 188 180 136 -
CMYK 0 0.04 0.28 0.26
HSL 50.77º 0.28% 0.64% -
HSV(B) 50.77º 0.28% 0.74% -
XYZ 41.5 45.11 29.81 -
YUV 177.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 188 180 136 0 0.04 0.28 0.26 50.77 0.28 0.64
Hex BC B4 88 0 4 1C 1A 33 1C 40
Octal 274 264 210 0 4 34 32 63 34 100
Binary 10111100 10110100 10001000 0 100 11100 11010 110011 11100 1000000

Color Harmonies of #BCB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB488

Black with #BCB488

Text Example


Text Example

White with #BCB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB488; }

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

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

background-color css

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

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

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

border-color css

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

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

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