Html Css Color HEX #BCB491 Coriander

📋 copy color: '#BCB491'

red 188 ◦ green 180 ◦ blue 145

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

Shades of Coriander #BCB491

Tints of Coriander #BCB491

RGB

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

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

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

R = 36.65%
G = 35.09%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB491 (or 0xBCB491) is known color: Coriander. HEX triplet: BC, B4 and 91. RGB value is (188,180,145). Sum of RGB (Red+Green+Blue) = 188+180+145=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB491 is #434B6E. Grayscale: #B2B2B2. Windows color (decimal): -4410223 or 9548988. OLE color: 9548988.

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

Color convert

RGB 188 180 145 -
CMYK 0 0.04 0.23 0.26
HSL 48.84º 0.24% 0.65% -
HSV(B) 48.84º 0.23% 0.74% -
XYZ 42.17 45.38 33.32 -
YUV 178.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 188 180 145 0 0.04 0.23 0.26 48.84 0.24 0.65
Hex BC B4 91 0 4 17 1A 31 18 41
Octal 274 264 221 0 4 27 32 61 30 101
Binary 10111100 10110100 10010001 0 100 10111 11010 110001 11000 1000001

Color Harmonies of #BCB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB491

Black with #BCB491

Text Example


Text Example

White with #BCB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB491; }

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

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

background-color css

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

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

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

border-color css

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

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

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