Html Css Color HEX #BCB595 Coriander

📋 copy color: '#BCB595'

red 188 ◦ green 181 ◦ blue 149

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

Shades of Coriander #BCB595

Tints of Coriander #BCB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.94%

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 36.29%
G = 34.94%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB595 (or 0xBCB595) is known color: Coriander. HEX triplet: BC, B5 and 95. RGB value is (188,181,149). Sum of RGB (Red+Green+Blue) = 188+181+149=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB595 is #434A6A. Grayscale: #B3B3B3. Windows color (decimal): -4409963 or 9811388. OLE color: 9811388.

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

Color convert

RGB 188 181 149 -
CMYK 0 0.04 0.21 0.26
HSL 49.23º 0.23% 0.66% -
HSV(B) 49.23º 0.21% 0.74% -
XYZ 42.69 45.91 35.05 -
YUV 179.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 188 181 149 0 0.04 0.21 0.26 49.23 0.23 0.66
Hex BC B5 95 0 4 15 1A 31 17 42
Octal 274 265 225 0 4 25 32 61 27 102
Binary 10111100 10110101 10010101 0 100 10101 11010 110001 10111 1000010

Color Harmonies of #BCB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB595

Black with #BCB595

Text Example


Text Example

White with #BCB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB595; }

 p { color: rgb(188,181,149); }

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

background-color css

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

 a { background-color: rgb(188,181,149); }

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

border-color css

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

 span { border-color: rgb(188,181,149); }

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