Html Css Color HEX #BCB392 Coriander

📋 copy color: '#BCB392'

red 188 ◦ green 179 ◦ blue 146

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

Shades of Coriander #BCB392

Tints of Coriander #BCB392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 36.65%
G = 34.89%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCB392 (or 0xBCB392) is known color: Coriander. HEX triplet: BC, B3 and 92. RGB value is (188,179,146). Sum of RGB (Red+Green+Blue) = 188+179+146=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB392 is #434C6D. Grayscale: #B2B2B2. Windows color (decimal): -4410478 or 9614268. OLE color: 9614268.

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

Color convert

RGB 188 179 146 -
CMYK 0 0.05 0.22 0.26
HSL 47.14º 0.24% 0.65% -
HSV(B) 47.14º 0.22% 0.74% -
XYZ 42.05 45.01 33.67 -
YUV 177.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 188 179 146 0 0.05 0.22 0.26 47.14 0.24 0.65
Hex BC B3 92 0 5 16 1A 2F 18 41
Octal 274 263 222 0 5 26 32 57 30 101
Binary 10111100 10110011 10010010 0 101 10110 11010 101111 11000 1000001

Color Harmonies of #BCB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB392

Black with #BCB392

Text Example


Text Example

White with #BCB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB392; }

 p { color: rgb(188,179,146); }

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

background-color css

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

 a { background-color: rgb(188,179,146); }

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

border-color css

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

 span { border-color: rgb(188,179,146); }

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