Html Css Color HEX #BCBA91 Coriander

📋 copy color: '#BCBA91'

red 188 ◦ green 186 ◦ blue 145

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

Shades of Coriander #BCBA91

Tints of Coriander #BCBA91

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 36.22%
G = 35.84%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCBA91 (or 0xBCBA91) is known color: Coriander. HEX triplet: BC, BA and 91. RGB value is (188,186,145). Sum of RGB (Red+Green+Blue) = 188+186+145=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA91 is #43456E. Grayscale: #B6B6B6. Windows color (decimal): -4408687 or 9550524. OLE color: 9550524.

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

Color convert

RGB 188 186 145 -
CMYK 0 0.01 0.23 0.26
HSL 57.21º 0.24% 0.65% -
HSV(B) 57.21º 0.23% 0.74% -
XYZ 43.41 47.85 33.74 -
YUV 181.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 188 186 145 0 0.01 0.23 0.26 57.21 0.24 0.65
Hex BC BA 91 0 1 17 1A 39 18 41
Octal 274 272 221 0 1 27 32 71 30 101
Binary 10111100 10111010 10010001 0 1 10111 11010 111001 11000 1000001

Color Harmonies of #BCBA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA91

Black with #BCBA91

Text Example


Text Example

White with #BCBA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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