#B4BCA1

Color #B4BCA1 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B4BCA1

Tints of Sprout #B4BCA1

Color information

#B4BCA1 (or 0xB4BCA1) is unknown color: approx Sprout. HEX triplet: B4, BC and A1. RGB value is (180,188,161). Sum of RGB (Red+Green+Blue) = 180+188+161=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCA1 is #4B435E. Grayscale: #B6B6B6. Windows color (decimal): -4932447 or 10599604. OLE color: 10599604.

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

Color convert

RGB180188161-
CMYK0.0400.140.26
HSL77.78º16.77%68.43%-
HSV(B)77.78º14.36%73.73%-
XYZ43.2448.2440.75-
YUV182.53115.85126.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 161 (63.28% from 255) = 30.43%
R=34.03%
G=35.54%
B=30.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881610.0400.140.2677.7816.7768.43
HexB4BCA140E1A4e1144
Octal26427424140163211621104
Binary10110100101111001010000110001110110101001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCA1; }

 p { color: rgb(180,188,161); }

 H1.HeaderClassName
 {
   color: #B4BCA1;
 }
 .AnyTagClassName
 {
   color: #B4BCA1;
 }
</style>
background-color css

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

 a { background-color: rgb(180,188,161); }

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

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

 span { border-color: rgb(180,188,161); }

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