Html Css Color HEX #BCB994 Coriander

📋 copy color: '#BCB994'

red 188 ◦ green 185 ◦ blue 148

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

Shades of Coriander #BCB994

Tints of Coriander #BCB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

 BLUE value IS 148 (58.2% from 255) = 28.41%

R = 36.08%
G = 35.51%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB994 (or 0xBCB994) is known color: Coriander. HEX triplet: BC, B9 and 94. RGB value is (188,185,148). Sum of RGB (Red+Green+Blue) = 188+185+148=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB994 is #43466B. Grayscale: #B5B5B5. Windows color (decimal): -4408940 or 9746876. OLE color: 9746876.

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

Color convert

RGB 188 185 148 -
CMYK 0 0.02 0.21 0.26
HSL 55.5º 0.23% 0.66% -
HSV(B) 55.5º 0.21% 0.74% -
XYZ 43.43 47.53 34.9 -
YUV 181.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 188 185 148 0 0.02 0.21 0.26 55.5 0.23 0.66
Hex BC B9 94 0 2 15 1A 38 17 42
Octal 274 271 224 0 2 25 32 70 27 102
Binary 10111100 10111001 10010100 0 10 10101 11010 111000 10111 1000010

Color Harmonies of #BCB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB994

Black with #BCB994

Text Example


Text Example

White with #BCB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB994; }

 p { color: rgb(188,185,148); }

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

background-color css

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

 a { background-color: rgb(188,185,148); }

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

border-color css

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

 span { border-color: rgb(188,185,148); }

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