Html Css Color HEX #BCB591 Coriander

📋 copy color: '#BCB591'

red 188 ◦ green 181 ◦ blue 145

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

Shades of Coriander #BCB591

Tints of Coriander #BCB591

RGB

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

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

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

R = 36.58%
G = 35.21%
B = 28.21%

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

#BCB591 (or 0xBCB591) is known color: Coriander. HEX triplet: BC, B5 and 91. RGB value is (188,181,145). Sum of RGB (Red+Green+Blue) = 188+181+145=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB591 is #434A6E. Grayscale: #B3B3B3. Windows color (decimal): -4409967 or 9549244. OLE color: 9549244.

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

Color convert

RGB 188 181 145 -
CMYK 0 0.04 0.23 0.26
HSL 50.23º 0.24% 0.65% -
HSV(B) 50.23º 0.23% 0.74% -
XYZ 42.37 45.78 33.39 -
YUV 178.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 188 181 145 0 0.04 0.23 0.26 50.23 0.24 0.65
Hex BC B5 91 0 4 17 1A 32 18 41
Octal 274 265 221 0 4 27 32 62 30 101
Binary 10111100 10110101 10010001 0 100 10111 11010 110010 11000 1000001

Color Harmonies of #BCB591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB591

Black with #BCB591

Text Example


Text Example

White with #BCB591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB591; }

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

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

background-color css

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

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

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

border-color css

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

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

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