Html Css Color HEX #BCB888 Coriander

📋 copy color: '#BCB888'

red 188 ◦ green 184 ◦ blue 136

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

Shades of Coriander #BCB888

Tints of Coriander #BCB888

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

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

R = 37.01%
G = 36.22%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB888 (or 0xBCB888) is known color: Coriander. HEX triplet: BC, B8 and 88. RGB value is (188,184,136). Sum of RGB (Red+Green+Blue) = 188+184+136=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB888 is #434777. Grayscale: #B3B3B3. Windows color (decimal): -4409208 or 8960188. OLE color: 8960188.

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

Color convert

RGB 188 184 136 -
CMYK 0 0.02 0.28 0.26
HSL 55.38º 0.28% 0.64% -
HSV(B) 55.38º 0.28% 0.74% -
XYZ 42.32 46.75 30.09 -
YUV 179.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 188 184 136 0 0.02 0.28 0.26 55.38 0.28 0.64
Hex BC B8 88 0 2 1C 1A 37 1C 40
Octal 274 270 210 0 2 34 32 67 34 100
Binary 10111100 10111000 10001000 0 10 11100 11010 110111 11100 1000000

Color Harmonies of #BCB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB888

Black with #BCB888

Text Example


Text Example

White with #BCB888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB888; }

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

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

background-color css

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

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

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

border-color css

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

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

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