Html Css Color HEX #BCB891 Coriander

📋 copy color: '#BCB891'

red 188 ◦ green 184 ◦ blue 145

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

Shades of Coriander #BCB891

Tints of Coriander #BCB891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 36.36%
G = 35.59%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB891 (or 0xBCB891) is known color: Coriander. HEX triplet: BC, B8 and 91. RGB value is (188,184,145). Sum of RGB (Red+Green+Blue) = 188+184+145=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB891 is #43476E. Grayscale: #B4B4B4. Windows color (decimal): -4409199 or 9550012. OLE color: 9550012.

HSL color Cylindrical-coordinate representation of color #BCB891: hue angle of 54.42º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB891 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 145 -
CMYK 0 0.02 0.23 0.26
HSL 54.42º 0.24% 0.65% -
HSV(B) 54.42º 0.23% 0.74% -
XYZ 42.99 47.02 33.6 -
YUV 180.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 188 184 145 0 0.02 0.23 0.26 54.42 0.24 0.65
Hex BC B8 91 0 2 17 1A 36 18 41
Octal 274 270 221 0 2 27 32 66 30 101
Binary 10111100 10111000 10010001 0 10 10111 11010 110110 11000 1000001

Color Harmonies of #BCB891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB891

Black with #BCB891

Text Example


Text Example

White with #BCB891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB891; }

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

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

background-color css

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

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

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

border-color css

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

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

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